-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1022 Bytes
/
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
{
"name": "@epoint-fe/fe-tool",
"version": "1.3.1",
"description": "epoint frontend build tools",
"main": "bin/fe-tool",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish . --access=public"
},
"bin": {
"fe-tool": "./bin/fe-tool"
},
"repository": {
"type": "git",
"url": "[email protected]:cdswyda/epoint-f9-frame-tool.git"
},
"author": "Douglas Chen",
"license": "MIT",
"dependencies": {
"archiver": "^3.1.1",
"autoprefixer": "^9.8.8",
"browser-sync": "^3.0.2",
"chalk": "^3.0.0",
"chalk-animation": "^1.6.0",
"cssnano": "^5.1.13",
"figlet": "^1.5.2",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-dart-sass": "^0.9.1",
"gulp-footer": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"inquirer": "^7.1.0",
"postcss": "^8.4.23",
"postcss-sass": "^0.4.2",
"postcss-scss": "^2.0.0",
"sass": "^1.26.3",
"yargs": "^15.3.1"
}
}