forked from brunch/brunch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "brunch.github.io",
"description": "The Brunch.io web site",
"author": "Brunch team (http://brunch.io)",
"version": "1.0.0",
"repository": "[email protected]:brunch/brunch.github.io.git",
"license": "MIT",
"scripts": {
"start": "brunch watch --server",
"prod": "npm run lint && brunch build --production",
"lint": "eslint app && ./validateJSON.js"
},
"dependencies": {
"es6-promise": "^4.0.5",
"inferno": "1.1.1",
"inferno-component": "1.1.2",
"inferno-create-element": "1.1.2",
"inuitcss": "^6.0.0-beta.4",
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"appcache-brunch": "denar90/appcache-brunch#refactoring",
"auto-reload-brunch": "^2",
"autoprefixer": "^6",
"babel-brunch": "^6",
"babel-plugin-inferno": "^1.5.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-latest": "^6.22.0",
"brunch": "^2",
"clean-css-brunch": "^2",
"eslint": "^3.13.1",
"eslint-config-brunch": "^1",
"eslint-plugin-react": "^6.9.0",
"grunticon-lib": "^1.0.4",
"jade-brunch": "^2.8",
"jstransformer-marked": "^1.0.1",
"postcss-brunch": "^0.5",
"sass-brunch": "brunch/sass-brunch",
"uglify-js-brunch": "^2.0"
}
}