-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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": "squares-grid",
"version": "0.1.0",
"description": "Lost Flexbox Grid",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --colors",
"serve": "webpack-dev-server --content-base dist/ --colors --progress",
"open:browser": "open 'http://localhost:3000'",
"start": "npm run build && npm run serve"
},
"keywords": [
"grid"
],
"author": "Miguel Viñan",
"license": "MIT",
"dependencies": {
"babel-core": "^6.17.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-regenerator": "^6.16.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-loader": "^6.2.5",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"lodash": "^4.16.4",
"lost": "^7.1.0",
"node-sass": "^3.10.1",
"path": "^0.12.7",
"postcss-custom-media": "^5.0.1",
"postcss-loader": "^0.13.0",
"postcss-media-minmax": "^2.1.2",
"rucksack-css": "^0.8.6",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0",
"webpack-dev-server": "^1.16.2"
}
}