-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "nextjs-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tabler/icons-react": "^3.14.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.4",
"file-saver": "^2.0.5",
"framer-motion": "^11.3.31",
"jszip": "^3.10.1",
"next": "14.2.5",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-grid-layout": "^1.5.0",
"react-icons": "^5.3.0",
"react-json-tree": "^0.19.0",
"react-resizable": "^3.0.5",
"sparkengine": "^1.2.13",
"styled-components": "^6.1.12",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/hoist-non-react-statics": "^3.3.5",
"@types/json5": "^2.2.0",
"@types/lodash": "^4.17.7",
"@types/lodash.mergewith": "^4.6.9",
"@types/parse-json": "^4.0.2",
"@types/react": "^18.3.5",
"@types/react-redux": "^7.1.33",
"@types/react-transition-group": "^4.4.11",
"@types/stylis": "^4.2.6",
"daisyui": "^4.12.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}