-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.77 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
50
51
52
53
54
55
56
57
58
{
"name": "spotipiano",
"scripts": {
"dev": "next",
"build": "next build",
"analyze": "ANALYZE=true yarn build",
"codegen-gql": "graphql-codegen --config codegen.yml",
"lint": "next lint",
"eslint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.4.17",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.4.0",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.0",
"@graphql-codegen/typescript-operations": "2.2.0",
"@graphql-codegen/typescript-react-apollo": "3.2.1",
"@next/bundle-analyzer": "^12.0.4",
"@next/eslint-plugin-next": "^12.0.4",
"@react-spring/web": "^9.3.0",
"@svgr/webpack": "^5.5.0",
"@types/cleave.js": "^1.4.5",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@welldone-software/why-did-you-render": "^6.2.3",
"antd": "^4.16.13",
"antd-dayjs-webpack-plugin": "^1.0.6",
"cleave.js": "^1.6.0",
"dayjs": "^1.10.7",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fuse.js": "^6.4.6",
"graphql": "^16.0.1",
"hsluv": "^0.1.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"next": "12.0.4",
"next-compose-plugins": "^2.2.1",
"next-with-less": "^2.0.2",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.32.3",
"react-use-gesture": "^9.1.3",
"typescript": "^4.4.4",
"webpack": "^5.64.1",
"zustand": "^3.6.5"
},
"license": "MIT"
}