This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.52 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
75
76
77
78
79
80
81
{
"name": "ace-site-front",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"sideEffects": [
"*.css",
"*.scss"
],
"dependencies": {
"@date-io/moment": "1.3.13",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"bootstrap": "^4.4.1",
"core-js": "3",
"draft-js": "^0.11.4",
"draft-js-export-html": "^1.4.1",
"es6-shim": "^0.35.5",
"html-to-react": "^1.4.2",
"immutable": "^4.0.0-rc.12",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.24.0",
"qrcode.react": "^1.0.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-quill": "^1.3.3",
"react-router-dom": "^5.1.2",
"react-widgets": "^4.4.11",
"react-widgets-moment": "^4.0.27",
"sharp": "^0.24.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/runtime-corejs3": "^7.8.3",
"@loadable/component": "^5.12.0",
"babel-loader": "^8.0.6",
"babel-minify": "^0.5.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-react-app": "^9.1.0",
"chunks-webpack-plugin": "^3.4.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"error-overlay-webpack-plugin": "^0.4.1",
"favicons-webpack-plugin": "^3.0.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "4.0.0-beta.11",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-plugin": "^1.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^2.0.0",
"postcss-syntax": "^0.36.2",
"responsive-loader": "^1.2.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.2",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2",
"webpack-visualizer-plugin": "^0.1.11",
"workbox-webpack-plugin": "^4.3.1"
}
}