forked from ILLHAMO/KIYO_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.57 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "KIYO_FE",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f ./env/.dev next dev",
"server": "env-cmd -f ./env/.server next dev",
"build": "env-cmd -f ./env/.prod next build && next export",
"netlify": "env-cmd -f ./env/.prod next build",
"vercel": "env-cmd -f ./env/.prod next build && next export",
"deploy": "env-cmd -f ./env/.prod next export",
"start": "env-cmd -f ./env/.prod next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@netlify/plugin-nextjs": "^4.11.1",
"@svgr/webpack": "6.2.1",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.10.1",
"antd": "4.21.3",
"antd-img-crop": "^4.2.3",
"axios": "^0.27.2",
"babel-plugin-inline-react-svg": "2.0.1",
"babel-plugin-styled-components": "2.0.7",
"babel-plugin-transform-remove-console": "6.9.4",
"bootstrap": "5.1.3",
"cookie": "^0.5.0",
"env-cmd": "^10.1.0",
"next": "12.1.5",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "9.0.0",
"node-sass": "7.0.1",
"nookies": "^2.5.2",
"react": "18.0.0",
"react-bootstrap": "2.3.1",
"react-dom": "18.0.0",
"react-hook-form": "^7.33.0",
"react-query": "^3.39.1",
"styled-components": "5.3.5",
"urlencoded-body-parser": "3.0.0",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "18.0.6",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"prettier": "2.6.2",
"typescript": "4.6.3"
}
}