-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 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
62
63
64
65
66
67
68
69
70
{
"name": "lab",
"version": "1.0.0",
"description": "dev tools",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@jindasong/gulp-watch": "^1.0.0",
"@types/lodash": "^4.14.191",
"browser-sync": "^2.26.3",
"ejs": "^2.6.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat-css": "^3.1.0",
"gulp-connect": "^5.5.0",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^4.0.1",
"gulp-live-server": "^0.0.31",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^8.0.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-watch-path": "^0.1.0",
"i18n-baidu": "^1.0.0",
"lodash": "^4.17.21",
"require-nocache": "^1.0.0",
"sftp-sync-deploy": "^0.7.1",
"stream-combiner2": "^1.1.1",
"underscore": "^1.9.1",
"wxml": "^2.2.2"
},
"keywords": [
"lab",
"css",
"js",
"dev",
"tools",
"buckets"
],
"repository": {
"type": "git",
"url": "git@github.com:wyyxdgm/lab.git"
},
"author": "wyyxdgm@163.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/wyyxdgm/lab/issues"
},
"dependencies": {
"@rgba-image/png": "^0.1.0",
"image-output": "^2.4.1",
"image-to-rgba-matrix": "^1.0.0",
"js-beautify": "^1.10.3",
"moment": "^2.24.0",
"node-html-light": "^1.1.0",
"parse5": "^5.1.1",
"puppeteer": "^2.1.1",
"underscore.deepclone": "^0.1.3"
}
}