-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "next-tickvit-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.26.0",
"dateformat": "^5.0.3",
"next": "12.1.0",
"node": "^17.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"sass": "^1.49.9",
"uuid": "^8.3.2",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"@faker-js/faker": "^6.1.2",
"@svgr/webpack": "^6.2.1",
"@types/dateformat": "^5.0.0",
"@types/node": "^17.0.35",
"@types/react": "18.0.1",
"@types/uuid": "^8.3.4",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.7.2"
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">=1.20.0"
}
}