-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
39
40
41
42
43
44
45
46
47
{
"name": "reason",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --colors --hot --inline",
"compile": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"author": "T.B",
"keywords": [
"reasonml",
"reason-react",
"css-modules",
"reason-react-toolbox",
"webpack"
],
"license": "MIT",
"dependencies": {
"bs-director": "0.0.4",
"bs-moment": "^0.1.4",
"director": "^1.2.8",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-toolbox": "^2.0.0-beta.12",
"reason-react": "^0.3.0",
"reason-react-toolbox": "^0.2.2"
},
"devDependencies": {
"bs-platform": "^2.1.0",
"css-loader": "^0.28.7",
"ejs-loader": "^0.3.0",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"postcss": "^6.0.10",
"postcss-cssnext": "^3.0.2",
"postcss-each": "^0.10.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.8",
"postcss-mixins": "^6.1.0",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}