-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
40
41
42
43
{
"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.45.1",
"cx": "^25.9.0",
"cx-react": "^24.7.1",
"react": "18",
"react-dom": "18",
"regenerator-runtime": "^0.14.1",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-proposal-function-bind": "^7.27.1",
"@babel/plugin-transform-react-jsx": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"babel-loader": "^10.0.0",
"babel-plugin-transform-cx-imports": "^21.3.0",
"babel-plugin-transform-cx-jsx": "^21.3.0",
"babel-preset-cx-env": "^24.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.4",
"inline-manifest-webpack-plugin": "^4.0.2",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.9.4",
"sass": "^1.93.2",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
}
}