-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.37 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
48
49
50
{
"name": "gulp-frontend-boilerplate",
"version": "0.0.1",
"description": "",
"author": "Marco Dell'Anna <[email protected]>",
"homepage": "https://github.com/plasm/gulp-frontend-boilerplate",
"repository": "plasm/gulp-frontend-boilerplate",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"coffeeify": "^1.1.0",
"eslint": "^1.7.1",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-react": "^3.6.2",
"eslint-plugin-standard": "^1.3.1",
"pug": "^2.0.0-alpha6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-coffee": "^2.3.1",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.1",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-pug": "^1.3.1",
"gulp-coffeeify": "^0.1.8",
"gulp-haml": "^0.1.6",
"imacss": "^1.0.0",
"lodash": "^3.10.1",
"rimraf": "^2.4.3",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.4.0"
},
"dependencies": {
"flux": "^2.1.1",
"jquery": "^2.1.4",
"react": "^0.14.1",
"react-dom": "^0.14.1",
"sass-mediaqueries": "^1.6.1"
}
}