-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 KB
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
51
{
"name": "patternlab-hjf",
"version": "1.0.0",
"description": "HJF Pattern Lab library",
"main": "index.js",
"author": "Jason Savino",
"license": "MIT",
"scripts": {
"start": "gulp",
"postinstall": "node_modules/.bin/rimraf node_modules/**/*.info"
},
"private": true,
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.26.14",
"browserify": "^16.5.2",
"child_process": "^1.0.2",
"fancy-log": "^1.3.2",
"foundation-sites": "6.5.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-scss-lint": "^0.6.1",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^3.0.0",
"jquery": "^2.2.0",
"motion-ui": "^2.0.3",
"sass": "^1.55.0",
"rimraf": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"what-input": "^4.1.0"
}
}