forked from mkscho63/sta
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 718 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 718 Bytes
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
{
"name": "sta",
"scripts": {
"package": "gulp package",
"transpile": "gulp build",
"build": "gulp build && gulp copy",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp copy --clean",
"lint": "eslint"
},
"devDependencies": {
"archiver": "^5.1.0",
"chalk": "^4.1.0",
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.10.1",
"gulp-sass": "^4.1.0",
"json-stringify-pretty-compact": "^2.0.0",
"node-gyp": "^3.8.0",
"node-sass": "^4.14.1",
"prettier": "^2.2.1",
"yargs": "^16.2.0"
},
"version": "1.1.5"
}