forked from brunch/brunch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "brunch.github.io",
"description": "The Brunch.io web site",
"author": "Brunch team (http://brunch.io)",
"version": "1.0.0",
"repository": "git@github.com: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": {
"inferno": "1.1.1",
"inferno-component": "1.1.2",
"inferno-create-element": "1.1.2"
},
"devDependencies": {
"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": "^3",
"clean-css-brunch": "^3",
"eslint": "^6.7",
"eslint-config-brunch": "^1",
"eslint-plugin-react": "^6.9.0",
"jade-brunch": "^2.8",
"jstransformer-marked": "^1.0.1",
"postcss-brunch": "^3",
"sass-brunch": "brunch/sass-brunch",
"terser-brunch": "^4.0"
}
}