-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "antd-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "graphql-codegen --config codegen.ts",
"watch": "graphql-codegen --config codegen.ts -w"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@apollo/client": "^3.10.6",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@fontsource/rajdhani": "^5.0.13",
"antd": "^5.18.0",
"aos": "^2.3.4",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"next": "14.2.3",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-spinners": "^0.13.8",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.77.4",
"sharp": "^0.33.4",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.1",
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"graphql": "^16.9.0",
"typescript": "^5.5.2"
}
}