-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 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
44
45
46
{
"name": "circuit-visualiser",
"version": "0.1.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack -w",
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server"
},
"keywords": [
"BuckleScript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"acorn": "^6.4.1",
"autoflow-graphviz": "^0.7.0",
"babel-loader": "^8.0.6",
"bs-webapi": "^0.15.9",
"css-loader": "^3.3.0",
"glob-parent": "^5.1.2",
"graphviz-react": "^1.0.4",
"lodash": "4.18.1",
"minimist": "^1.2.6",
"node-forge": "^1.4.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-mathjax2": "^0.0.2",
"reason-react": ">=0.7.0",
"style-loader": "^1.0.1",
"webpack": "^4.42.0",
"websocket-extensions": "^0.1.4"
},
"devDependencies": {
"bs-platform": "^7.0.1",
"html-webpack-plugin": "^3.2.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^5.2.4"
}
}