package.json
984 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
31
32
33
34
35
36
37
{
"name": "mars-static",
"private": true,
"version": "1.0.5",
"description": "mars-static",
"main": "build.js",
"scripts": {
"start": "node build.js",
"dev": "ada --host 0.0.0.0 --port 7002",
"build": "node build.js",
"jslint": "eslint src",
"csslint": "stylelint src/scss"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"ada": "^0.1.6",
"eslint": "^4.14.0",
"eslint-config-yoho": "^1.0.9",
"eslint-plugin-html": "^4.0.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jquery": "^1.12.4",
"jquery-lazyload": "^1.9.7",
"md5": "^2.2.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"yoho-swiper": "^3.3.2",
"yoho-swiper2": "0.0.5",
"yoho-qs": "^1.0.1",
"handlebars-loader": "^1.6.0"
}
}