-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "riot-startkit",
"version": "1.1.0",
"description": "A Riot - PostCSS - Webpack startkit from wbkd.io",
"main": "webpack.config.js",
"scripts": {
"html": "cpy ./src/index.html ./build/",
"bundle": "webpack -p -d --progress --colors",
"build": "npm-run-all html bundle",
"serve": "webpack-dev-server --hot",
"dev": "npm-run-all html serve"
},
"author": "webkid.io",
"license": "MIT",
"dependencies": {
"normalize.css": "^3.0.3",
"npm-run-all": "^1.3.2",
"riot": "^2.3.11",
"riotcontrol": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wbkd/riotjs-startkit.git"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel": "^5.4.7",
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"cpy": "^3.4.1",
"css-loader": "^0.23.0",
"csswring": "^4.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.1.3",
"postcss-loader": "^0.8.0",
"postcss-nested": "^1.0.0",
"riotjs-loader": "^1.1.3",
"style-loader": "^0.13.0",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}