-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 923 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
34
35
36
{
"name": "criminal-activity-malmo",
"description": "Visualises criminal activity in Malmö",
"version": "0.0.1",
"author": {
"name": "Viktor Pettersson",
"email": "viktor.grasljunga@gmail.com"
},
"license": "MIT",
"repository": {
"url": "https://github.com/viktigpetterr/criminal-activity-malmo",
"type": "git"
},
"scripts": {
"dev": "NODE_ENV=dev vite",
"build:dev": "vite build",
"build:prod": "vite build --outDir ./public",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.4",
"axios": "^0.21.1",
"element-plus": "^1.0.2-beta.55",
"vue": "^3.0.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.0.5",
"eslint": "^7.31.0",
"eslint-plugin-vue": "^7.14.0",
"sass": "^1.35.2",
"vite": "^2.4.2"
}
}