package.json
1.12 KB
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
{
"name": "mars-static",
"private": true,
"version": "1.0.3",
"description": "mars-static",
"main": "build.js",
"scripts": {
"start": "node build.js",
"dev": "ada --host 0.0.0.0 --port 7002",
"build": "node build.js",
"lint-js": "lint-js",
"lint-css": "lint-css",
"lint-all": "lint-all",
"precommit": "lint-commit"
},
"config": {
"lintJs": [
{
"title": "JS",
"path": [
"src/js/**/*.js"
]
}
],
"lintCss": [
{
"title": "CSS",
"path": [
"src/scss/**/*.scss"
]
}
]
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"ada": "^0.1.6",
"eslint": "^4.14.0",
"eslint-config-yoho": "^1.0.9",
"eslint-plugin-html": "^4.0.1",
"husky": "^0.14.3",
"jquery": "^1.12.4",
"jquery-lazyload": "^1.9.7",
"stylelint": "^8.1.1",
"stylelint-config-yoho": "^1.2.11",
"stylelint-formatter-table": "^1.0.2",
"swiper": "^4.2.2",
"yoho-lint": "^1.0.2",
"yoho-qs": "^1.0.1"
}
}