forked from TheDahv/serp-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 916 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
{
"name": "serp-web",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@glennsl/bs-json": "^5.0.1",
"bs-fetch": "^0.5.0",
"bs-platform": "5.0.6",
"bulma": "^0.7.5",
"css-loader": "^3.2.0",
"cytoscape": "3.11.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"react-cytoscapejs": "^1.2.0",
"reason-react": "0.7.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sass-loader": "^8.0.0",
"webpack": "^4.41.0"
},
"scripts": {
"app:build": "bsb -clean-world -make-world",
"app:watch": "bsb -clean-world -make-world -w",
"app:webpack": "webpack -w",
"app:build:prod": "bsb -clean-world -make-world && NODE_ENV=production webpack"
},
"devDependencies": {
"webpack-cli": "^3.3.9"
}
}