-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 842 Bytes
/
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
{
"name": "prod-eng-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "",
"author": "Kolbe Yang",
"license": "",
"private": true,
"scripts": {
"webpack:deploy": "webpack --config=webpack/webpack.config.js -p"
},
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@rails/activestorage": "^7.0.5",
"@rails/ujs": "^7.0.5",
"@rails/webpacker": "5.4.4",
"antd": "^5.5.1",
"axios": "^1.4.0",
"babel": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "4.46.0",
"webpack-cli": "4.10.0"
},
"devDependencies": {
"webpack-dev-server": "^4.15.0"
},
"engines": {
"node": "16.x"
}
}