-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "huxiuhan.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "npm run build && npm run export"
},
"dependencies": {
"@lottiefiles/lottie-interactivity": "^1.6.1",
"@lottiefiles/lottie-player": "^1.5.7",
"@next/mdx": "^12.2.1",
"gray-matter": "^4.0.3",
"lottie-web": "^5.9.6",
"next": "12.2.1",
"next-mdx-remote": "^4.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.54.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"postcss-easy-import": "^4.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.7.2",
"precss": "^4.0.0",
"tailwindcss": "^3.1.6"
}
}