-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.34 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
{
"repository": {},
"license": "MIT",
"scripts": {
"build": "webpack",
"prod:build": "(rm -rf ../priv/static/* && NODE_ENV=production webpack --env production --config ./webpack.config.js)",
"api-docs:build": "spectacle swagger.yaml -e && cp -r ./public/* ./assets/api-docs/ && cp ./public/index.html ./lib/statushq_web/templates/page/api_docs.html.eex && rm -rf ./public ./static/app/assets/api-docs/index.html"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^3.15.0",
"css-loader": "^0.27.3",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.14.0",
"url-loader": "^3.0.0",
"webpack": "^5.0.0-rc.6",
"webpack-cli": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-preact": "^1.1.6",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"source-map-loader": "^0.2.3"
}
}