-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "react-ssr",
"version": "1.0.0",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"watch": "webpack --watch"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/react": "^18.0.26",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.1.4",
"css-loader": "^6.7.3",
"loader-utils": "^2.0.4",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.1"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"antd": "^5.16.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"dnd-kit-sortable-tree": "^0.1.73",
"react": "^17.0.2",
"react-datepicker": "^6.6.0",
"react-dom": "^17.0.2",
"styled-components": "^6.1.0"
}
}