-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 957 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
{
"name": "SkyMerchant",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"prettier": "prettier --write ./*/**.{ts,tsx}",
"prettier-check": "prettier --check ./*/**.{ts,tsx}"
},
"dependencies": {
"antd": "^4.13.1",
"axios": "^0.21.1",
"immer": "^8.0.1",
"local-storage": "^2.0.0",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-time-ago": "^6.2.2",
"sass": "^1.32.8",
"swr": "^0.5.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/javascript-time-ago": "^2.0.2",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/uuid": "^8.3.0",
"prettier": "^2.2.1",
"typescript": "4.0"
},
"license": "MIT"
}