-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "font-end-cqing",
"version": "1.0.0",
"description": "打造自己的前端工程化",
"main": "index.js",
"scripts": {
"dev": "scripty",
"lint": "scripty",
"build": "scripty",
"prebuild": "scripty"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heycqing/font-end-cqing.git"
},
"keywords": [
"cqing",
"font-end",
"build",
"personal"
],
"author": "cqing <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/heycqing/font-end-cqing/issues"
},
"homepage": "https://github.com/heycqing/font-end-cqing#readme",
"devDependencies": {
"@songkick/replaceinfiles": "^1.1.6",
"cssmin": "^0.4.3",
"eslint": "^5.3.0",
"hashmark": "^5.0.0",
"http-server": "^0.11.1",
"imagemin-cli": "^3.0.0",
"livereload": "^0.7.0",
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3",
"onchange": "^4.1.0",
"scripty": "^1.7.2",
"stylelint": "^9.4.0",
"uglify-es": "^3.3.9"
}
}