-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 954 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
{
"name": "floodgate",
"version": "0.0.1",
"description": "Floodgate - The Content API reindexing control panel",
"dependencies": {
"@babel/core": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.3",
"babel-plugin-transform-object-assign": "^6.0.14",
"babel-preset-react": "^6.0.15",
"history": "1.17.0",
"jquery": "^3.6.0",
"moment": "^2.19.x",
"ramda": "^0.28.0",
"react": "^0.14.7",
"react-addons-update": "^0.14.7",
"react-bootstrap": "^0.28.x",
"react-dom": "^0.14.6",
"react-interval": "^1.2.1",
"react-router": "^1.0.0",
"reqwest": "^2.0.5",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1"
},
"scripts": {
"build": "webpack --mode=production --config ./public/build_config/webpack.prod.conf.js",
"build-dev": "webpack --mode=development --config ./public/build_config/webpack.dev.conf.js --watch"
}
}