-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.41 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
71
72
73
74
{
"name": "sunday",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack serve --config ./build/webpack.config.dev.ts",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config ./build/webpack.config.prod.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/axios": "^0.14.0",
"@types/dotenv-webpack": "^7.0.3",
"@types/downloadjs": "^1.4.3",
"@types/moment": "^2.13.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"@types/react-textarea-autosize": "^8.0.0",
"@types/react-transition-group": "^4.4.4",
"@types/socket.io-client": "^3.0.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"dotenv-webpack": "^7.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"style-loader": "^3.3.1",
"ts-node": "^10.5.0",
"typescript": "^4.7.4",
"url-loader": "^4.1.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime-corejs3": "^7.18.3",
"@wangeditor/editor": "^5.1.0",
"@wangeditor/editor-for-react": "^1.0.3",
"animate.css": "^4.1.1",
"antd": "^4.21.0",
"axios": "^0.26.1",
"downloadjs": "^1.4.7",
"html-to-image": "^1.9.0",
"macy": "^2.5.1",
"moment": "^2.29.2",
"rc-queue-anim": "^2.0.0",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.43.0",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"react-textarea-autosize": "^8.3.4",
"react-to-print": "^2.14.4",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.4.1",
"use-count-up": "^3.0.1"
}
}