forked from DoSomethingArchive/longshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 931 Bytes
/
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
{
"private": true,
"browser": {},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:$"
},
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"susy": "^2.2.2"
},
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*",
"browser-sync": "^1.3.5",
"browserify": "^4.2.3",
"browserify-shim": "^3.6.0",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^1.0.0",
"gulp-compass": "^1.2.0",
"gulp-concat": "^2.3.4",
"gulp-imagemin": "^1.0.0",
"gulp-livereload": "^2.1.0",
"gulp-notify": "^1.6.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.9",
"pretty-hrtime": "^0.2.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
}
}