forked from vkoves/electrify-chicago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.43 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
{
"name": "electrify-chicago",
"version": "0.0.1",
"main": "index.js",
"repository": "[email protected]:vkoves/electrify-chicago.git",
"author": "Viktor Köves <[email protected]>",
"engines" : { "node" : ">=16.00 < 17.0.0" },
"license": "MIT",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "yarn eslint --ext .ts,.vue ./src",
"lint-ci": "yarn lint --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"csv-parse": "^5.3.6",
"gridsome": "^0.7.0",
"leaflet": "~1.7.0",
"leaflet.gridlayer.googlemutant": "^0.14.0",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"webpack": "^4.0.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/leaflet": "^1.9.3",
"@types/sindresorhus__slugify": "^0.9.3",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": ">=5.16.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"gridsome-plugin-typescript": "^0.4.0",
"sass": "^1.59.3",
"sass-loader": "^10.1.1",
"style-resources-loader": "^1.5.0",
"ts-loader": "~8.2.0",
"typescript": "^5.0.2"
}
}