-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.56 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
65
{
"name": "poppy",
"repository": {
"type": "git",
"url": "git://github.com/thinkpyxl/poppy.git"
},
"version": "1.0.2",
"license": "GPL-3.0-or-later",
"watch": {
"proxy": "https://test.test",
"port": 3333,
"ui": false,
"online": true
},
"browserslist": [
">0.25%",
"not op_mini all",
"not Opera > 0"
],
"vendors": [],
"scripts": {
"start": "NODE_ENV=development gulp start",
"build": "NODE_ENV=development gulp build",
"prod": "NODE_ENV=production gulp prod"
},
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.6.5",
"globule": "^1.2.1",
"line-clamp": "^0.0.9",
"lodash": "^4.17.15",
"sanitize.css": "^8.0.1",
"scrolldir": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.5",
"debounce": "^1.2.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-flatten": "^0.4.0",
"gulp-noop": "^1.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgo": "^2.1.1",
"in-view": "^0.6.1",
"node-sass-package-importer": "^5.3.1",
"pump": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-stream": "^5.2.1",
"wpapi": "^1.2.1"
}
}