-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "cx-app-tpl",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js --open",
"build": "webpack --config config/webpack.prod.js"
},
"private": true,
"dependencies": {
"core-js": "^3.9.1",
"cx": "^21.1.7",
"cx-react": "^17.10.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"regenerator-runtime": "^0.13.7",
"whatwg-fetch": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"babel-loader": "^8.2.2",
"babel-preset-cx-env": "^21.1.1",
"copy-webpack-plugin": "^6.3.1",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"inline-manifest-webpack-plugin": "^4.0.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^1.3.8",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.24.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.4.0"
}
}