-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "foundation-zurb-sandbox",
"version": "1.0.0",
"description": "Sandbox for Foundation 6.4 based on Official ZURB Template for Foundation for Sites.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"deploy": "gulp deploy"
},
"author": "smerth <http://smerth.github.io>",
"license": "MIT",
"dependencies": {
"foundation-sites": "^6.5.3",
"jquery": "^3.5.0",
"motion-ui": "^2.0.3",
"what-input": "^5.1.3",
"handlebars-helpers": "^0.10.0",
"mixitup": "^3.3.1",
"prismjs": "^1.16.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^6.0.0",
"gulp-load-plugins": "^2.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"js-yaml": "^3.13.1",
"panini": "^1.6.3",
"rimraf": "^2.6.3",
"style-sherpa": "^1.0.0",
"uncss": "^0.17.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.35.3",
"webpack-stream": "^5.2.1",
"yargs": "^13.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/smerth/foundation-64-playground.git"
},
"bugs": {
"url": "https://github.com/smerth/foundation-64-playground/issues",
"email": "stephen.merth@gmail.com"
},
"private": true
}