-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "with-reason-cssgrid-media",
"private": true,
"version": "0.1.0",
"description": "css-grid images and audio with reasonml demo",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"build": "bsb -make-world -w",
"clean": "bsb -clean-world",
"prepare": "npm link bs-platform"
},
"keywords": ["reason", "css-grid", "reason-react", "sass", "media files"],
"author": "Alain Armand <aarmand.inbox@gmail.com>",
"license": "MIT",
"dependencies": {
"bs-director": "^0.0.5",
"bs-webapi": "^0.7.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"reason-react": "^0.3.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"bs-loader": "^2.0.0",
"bs-platform": "^2.0.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.1",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}