-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 2.05 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
{
"name": "starter-heaven",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "https://github.com/jcsuzanne/starter-heaven"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"compress": "sudo gulp compress",
"build-prod":"npm run production && npm run compress",
"svg": "gulp svg",
"backup": "cd admin && wp db export && cd ../ && tar -zcvf backup.tar.gz admin"
},
"devDependencies": {
"axios": "^0.18",
"babel-polyfill": "^6.26.0",
"barba.js": "^1.0.0",
"blast-text": "^2.0.0",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^5.1.4",
"detectizr": "latest",
"director": "^1.2.8",
"form-serialize": "^0.7.2",
"gsap": "latest",
"gulp": "^3.9.1",
"gulp-htmlmin": "^4.0.0",
"gulp-svgmin": "^1.2.4",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"laravel-mix": "^2.0",
"mixins-sass": "https://github.com/jcsuzanne/mixins-sass.git",
"mobile-detect": "^1.4.1",
"normalize-wheel": "^1.0.1",
"pixi-filters": "^2.6.0",
"pixi.js": "^4.7.1",
"raf": "^3.4.0",
"scroll-restoration-polyfill": "^0.6.1",
"waypoints": "^4.0.1",
"wheel-indicator": "^1.1.4",
"wheel-inertia": "0.0.2"
},
"author": "jean-christophe suzanne",
"license": "MIT"
}