-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "todolist-bookmark",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "node hot-reload.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.1.5",
"@splinetool/react-spline": "^4.0.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"date-fns": "^4.1.0",
"extract-files": "^13.0.0",
"heroicons": "^2.1.5",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"recharts": "^2.13.3",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/chrome": "^0.0.276",
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.13",
"ts-loader": "^9.5.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}