-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 991 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 991 Bytes
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
{
"name": "avenue",
"repository": "github:hervan/avenue",
"version": "0.1.7",
"scripts": {
"build": "webpack",
"start": "bsb -make-world -w -ws _ ",
"clean": "bsb -clean-world",
"compile": "bsb -make-world",
"server": "moduleserve ./ --port 8000 --spa",
"deploy": "firebase deploy",
"test": "jest"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "",
"license": "MIT",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.8.0"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.7.0",
"bs-platform": "^7.2.2",
"clean-webpack-plugin": "^3.0.0",
"favicons-webpack-plugin": "^3.0.1",
"firebase-tools": "^7.16.2",
"html-webpack-plugin": "^4.3.0",
"moduleserve": "^0.9.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-pwa-manifest": "^4.2.0"
},
"jest": {
"testMatch": [
"**/*_spec.bs.js"
]
}
}