-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 KB
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
{
"name": "wagglewaggle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build && webpack-bundle-analyzer dist/stats.json"
},
"dependencies": {
"@svgr/core": "^8.1.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.20.1",
"@tanstack/react-query-next-experimental": "^5.20.1",
"antd": "^5.13.2",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"cookies-next": "^4.1.1",
"date-fns": "^3.3.1",
"isomorphic-dompurify": "^2.3.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"react-spring": "^9.7.3",
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@next/bundle-analyzer": "^14.1.2",
"@svgr/webpack": "^8.1.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"next-compose-plugins": "^2.2.1",
"prettier": "^3.2.4",
"sass": "^1.70.0",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5"
}
}