-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.96 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
62
63
64
{
"name": "lightmatter-wordpress",
"version": "1.0.0",
"description": "A WordPress starter theme using Foundation 6",
"repository": {
"type": "git",
"url": "https://github.com/Lightmatter/wordpress-template.git"
},
"author": "Brian Edelman",
"license": "GPL-2.0 AND MIT",
"homepage": "https://github.com/Lightmatter",
"dependencies": {
"foundation-sites": "^6.4.4-rc1",
"jquery": "^3.2.1",
"motion-ui": "^1.2.3",
"what-input": "^5.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/preset-env": "^7.0.0-beta.38",
"autoprefixer": "^7.2.5",
"babel-loader": "^8.0.0-beta.0",
"browser-sync": "^2.23.5",
"cross-env": "^5.1.3",
"cssnano": "^4.0.0-rc.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.0.7",
"hard-source-webpack-plugin": "^0.5.16",
"imagemin-mozjpeg": "^7.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"path": "^0.12.7",
"postcss-import": "^11.0.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-stream": "^4.0.0"
},
"scripts": {
"postinstall": "npm run build",
"build": "cross-env NODE_ENV='production' gulp",
"build:dev": "cross-env NODE_ENV='development' gulp",
"scripts": "cross-env NODE_ENV='production' gulp scripts",
"scripts:dev": "cross-env NODE_ENV='development' gulp scripts",
"styles": "gulp styles",
"images": "gulp images",
"translate": "gulp translate",
"watch": "cross-env NODE_ENV='production' gulp watch",
"watch:dev": "cross-env NODE_ENV='development' gulp watch",
"browsersync": "gulp browsersync",
"browsersync:dev": "cross-env NODE_ENV='development' gulp browsersync",
"update-foundation": "npm install foundation-sites"
}
}