-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.3 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
{
"name": "weatherr",
"version": "1.0.0",
"description": "",
"main": "proxy.js",
"scripts": {
"build": "npm run buildProduction && npm run workbox",
"buildProduction": "buildProduction --outroot dist --root . index.html",
"workbox": "workbox generateSW workbox-config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . && stylelint '**/*.css' && tsc",
"server": "http-server -p 3442 .",
"start": "node proxy.js",
"postinstall": "cp node_modules/hyperhtml/index.d.ts node_modules/hyperhtml/esm.d.ts && touch node_modules/fontfaceobserver/fontfaceobserver.standalone.d.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fontfaceobserver": "^2.1.0",
"http-proxy": "^1.17.0",
"hyperhtml": "^2.25.5",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"@types/fontfaceobserver": "0.0.6",
"assetgraph-builder": "^6.10.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"http-server": "^0.11.1",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"typescript": "^3.4.4",
"workbox-cli": "^4.3.0"
}
}