-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "truck-map-web",
"version": "1.0.0",
"description": "",
"author": "[email protected]",
"license": "AGPL-3.0",
"homepage": "https://github.com/git-hacker/truck-map-web#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/git-hacker/truck-map-web.git"
},
"bugs": {
"url": "https://github.com/git-hacker/truck-map-web/issues"
},
"main": "index.js",
"directories": {
"lib": "source/page/"
},
"engines": {
"node": "^8.0.0"
},
"scripts": {
"format": "prettier --write \"source/**/*.{css,less,js,json}\"",
"lint": "eslint source/ --fix",
"build": "npm run format && npm run lint && web-cell pack",
"dev": "web-server -p LEANCLOUD_APP_PORT -o",
"start": "web-server -p LEANCLOUD_APP_PORT",
"precommit": "npm run build && git add .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.1.1",
"babel-polyfill": "^6.26.0",
"cell-router": "^0.5.0",
"koapache": "^1.0.2",
"material-cell": "^0.8.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"resize-observer-polyfill": "^1.5.0",
"web-cell": "^0.9.7",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"eslint": "^5.5.0",
"husky": "^0.14.3",
"prettier": "^1.14.2",
"web-cell-cli": "^0.4.4"
}
}