forked from anvaka/city-roads
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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
{
"name": "city-roads",
"version": "1.0.0",
"description": "Visualization of all roads in a city",
"author": "Andrei Kashcha",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"d3-geo": "^3.0.1",
"d3-require": "^1.3.0",
"ngraph.events": "^1.2.1",
"pbf": "^3.2.1",
"query-state": "^4.3.0",
"tinycolor2": "^1.4.2",
"vue": "^3.2.37",
"w-gl": "^0.21.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"rollup-plugin-visualizer": "^5.6.0",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"vite": "^2.9.5"
}
}