-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.17 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "portal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./bin/dev.js",
"buildPreview": "node ./bin/buildPreview.js",
"build": "node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicapple/anujs-webpack4-ie7-8.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/magicapple/anujs-webpack4-ie7-8/issues"
},
"homepage": "http://localhost:8080/dist",
"dependencies": {
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"antd": "^5.12.5",
"dayjs": "^1.11.10",
"es5-shim": "^4.6.7",
"event-source-polyfill": "1.0.31",
"express": "^4.18.2",
"jquery": "^1.12.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loadable": "^5.4.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@types/express": "^4.17.21",
"@types/react": "^18.2.67",
"argv": "0.0.2",
"babel-core": "6.26.3",
"babel-loader": "^8.3.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^5.1.2",
"core-js": "^2.5.7",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"es3ify-webpack-plugin": "0.0.1",
"html-webpack-plugin": "^4.0.0-alpha",
"http-proxy-middleware": "^2.0.6",
"koa": "^2.5.1",
"koa-static": "^4.0.3",
"less": "^4.1.3",
"less-loader": "^7.3.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
}
}