-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
package.json
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
39
40
{
"name": "seimani-only-2023",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:gaogao-9/seimani-only-2023.git",
"author": "gaogao-9 <[email protected]>",
"license": "MIT",
"private": true,
"browserslist": [
">0.3%",
"not dead",
"not op_mini all"
],
"scripts": {
"dev": "next dev -p 2023",
"build": "next build",
"start": "next start",
"deploy": "npm run build && npx push-dir --dir=out --branch=gh-pages --overwrite-local",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^6.5.1",
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"typescript": "5.1.3"
}
}