-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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": "portfolio",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"watch": "gulp",
"production": "run-p g-production wp-bundle",
"g-production": "gulp --production",
"g-dev": "gulp",
"wp-bundle": "npx webpack --mode=production",
"wp-dev": "npx webpack --mode=development",
"dev": "run-p g-dev wp-dev",
"build": "gulp build"
},
"author": "",
"license": "",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"acorn": "^6.1.1",
"ajv": "^6.10.0",
"babel-loader": "^8.0.5",
"browser-sync": "^2.13.0",
"clean-webpack-plugin": "^2.0.1",
"cross-spawn": "^5.1.0",
"del": "^2.2.1",
"fs": "^0.0.1-security",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-hashsum": "^1.2.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-sass": "^3.1.0",
"gulp-sitemap": "^5.1.0",
"gulp-sourcemaps": "^2.4.1",
"hash-webpack-plugin": "0.0.5",
"jquery": "^3.3.1",
"js-yaml": "^3.6.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.12.9",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"wiredep": "^4.0.0",
"yargs": "^7.0.2"
},
"dependencies": {
"@babel/polyfill": "^7.4.0"
}
}