-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 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
{
"name": "cwhtml",
"version": "1.0.1",
"description": "Front-end modular development scaffolding",
"main": "index.js",
"bin": {
"cwhtml": "bin/index.js"
},
"scripts": {
"lint": "eslint src/*ts",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chowa/cwhtml.git"
},
"keywords": [
"frontend",
"scaffolding",
"inline-source",
"template",
"layout",
"sass",
"less"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chowa/cwhtml/issues"
},
"homepage": "https://github.com/chowa/cwhtml#readme",
"dependencies": {
"browser-sync": "^2.26.7",
"chowa-log": "latest",
"commander": "^4.1.0",
"del": "^5.1.0",
"html-minifier": "^4.0.0",
"imagemin": "^7.0.1",
"json2yaml": "^1.1.0",
"less": "^3.11.1",
"node-sass": "^4.13.1",
"rcfile": "^1.0.3",
"spritesmith": "^3.4.0"
},
"devDependencies": {
"@types/browser-sync": "^2.26.1",
"@types/html-minifier": "^3.5.3",
"@types/imagemin": "^7.0.0",
"@types/less": "^3.0.1",
"@types/node": "^13.7.0",
"@types/node-sass": "^4.11.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-plugin-chowa-standard": "latest",
"gulp": "^4.0.2",
"gulp-banner": "^0.1.3",
"gulp-clean": "^0.4.0",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^3.7.3"
}
}