forked from liamcottle/atlas-for-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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
45
46
{
"name": "@liamcottle/atlas-for-rust",
"description": "Atlas for Rust",
"version": "1.1.3",
"author": "Liam Cottle",
"private": true,
"main": "background.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"electron-store": "^7.0.2",
"json-bigint": "^1.0.0",
"leaflet": "^1.7.1",
"long": "^4.0.0",
"npm": "^7.20.0",
"postcss": "^7",
"protobufjs": "^6.10.2",
"push-receiver": "^2.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"uuid": "^8.3.2",
"vue": "^2.6.11",
"vue-cookie": "^1.1.4",
"vue-timeago": "^5.1.3",
"vue2-leaflet": "^2.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"electron": "^11.0.0",
"electron-devtools-installer": "^3.1.0",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-template-compiler": "^2.6.11"
}
}