-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.19 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
{
"name": "jr",
"version": "1.0.0",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"author": "Luke Ramsden <lukeramsden8@gmail.com> (https://github.com/lukeramsden/)",
"license": "MIT",
"repository": "Jasonette/Jr",
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"browser-sync": "^2.10.0",
"foundation-sites": "^6.3.0",
"got": "^6.7.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-extname": "^0.2.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.4.0",
"gulp-pug": "^3.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.2.3",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.1",
"jquery": "^3.1.1",
"jquery-validation": "^1.16.0",
"js-yaml": "^3.7.0",
"motion-ui": "^1.2.2",
"node-sass": "^4.2.0",
"pug": "^2.0.0-beta6",
"rimraf": "^2.4.3",
"superplaceholder": "^0.1.1",
"yargs": "^6.6.0"
}
}