-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
41
42
43
44
45
46
47
48
49
{
"name": "pickk-root",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"sideEffects": false,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.4.10",
"@pickk/common": "1.9.20",
"@pickk/design-token": "^0.0.6",
"@pickk/react-excel": "^0.0.8",
"antd": "^4.16.13",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"deepmerge": "^4.2.2",
"graphql": "^15.5.3",
"js-cookie": "2.2.1",
"lodash": "^4.17.21",
"next": "12.0.2",
"rc-picker": "^2.5.19",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"sass": "^1.43.3",
"xlsx": "^0.17.3"
},
"devDependencies": {
"@types/js-cookie": "2.2.1",
"@types/lodash": "^4.14.172",
"@types/node": "^16.9.1",
"@types/react": "17.0.20",
"@types/react-color": "^3.0.6",
"eslint": "7.32.0",
"eslint-config-next": "12",
"prettier": "^2.4.0",
"typescript": "4.4.2"
},
"packageManager": "yarn@3.2.0-rc.2"
}