-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "ha-mnt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"lint": "tsc --noEmit ./src/map-simple-demo.ts",
"lint-w": "tsc --noEmit --watch ./src/map-simple-demo.ts"
},
"keywords": [],
"author": "MotorHeat",
"license": "ISC",
"dependencies": {
"hyperapp": "^2.0.4",
"hyperapp-fx": "^2.0.0-beta.1",
"superfine": "^7.0.0"
},
"devDependencies": {
"@snowpack/plugin-webpack": "^1.3.0",
"esbuild": "^0.5.3",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"parcel": "^1.12.4",
"snowpack": "^2.5.1",
"typescript": "^3.9.5"
}
}