-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
47
48
{
"name": "reason-shopping-cart",
"version": "0.1.0",
"scripts": {
"build": "webpack",
"build:bsb": "bsb -make-world",
"watch:bsb": "bsb -make-world -w -ws _ ",
"clean:bsb": "bsb -clean-world",
"dev:server": "webpack-dev-server",
"server": "moduleserve ./ --port 8000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"BuckleScript",
"ReasonReact",
"reason-react"
],
"author": "",
"license": "MIT",
"dependencies": {
"@glennsl/bs-json": "^5.0.1",
"@ryb73/decco": "^0.2.0",
"bs-css": "^10.0.1",
"bs-fetch": "^0.5.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"reason-react": ">=0.7.0",
"reason-transition-group": "^2.0.2"
},
"devDependencies": {
"@babel/preset-react": "^7.7.0",
"bs-platform": "^6.2.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"image-config-webpack-plugin": "^1.4.0",
"js-config-webpack-plugin": "^1.4.0",
"moduleserve": "^0.9.0",
"parcel": "^2.0.0-alpha.2.1",
"preload-webpack-plugin": "^2.3.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"scss-config-webpack-plugin": "^1.4.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}