-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.64 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
47
48
49
50
{
"name": "rustplusplus-credential-application",
"description": "rustplusplus credentials application",
"version": "1.4.0",
"author": "alexemanuelol",
"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",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@liamcottle/push-receiver": "^0.0.4",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.4",
"autoprefixer": "^9",
"axios": "^0.21.4",
"core-js": "^3.24.1",
"dotenv": "^16.4.5",
"electron-store": "^7.0.3",
"json-bigint": "^1.0.0",
"jwt-decode": "^4.0.0",
"long": "^4.0.0",
"postcss": "^8.4.14",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.4",
"uuid": "^8.3.2",
"vue": "^2.6.11",
"vue-cookie": "^1.1.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"electron": "^11.5.0",
"electron-devtools-installer": "^3.1.1",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-template-compiler": "^2.6.14"
},
"resolutions": {
"postcss": "8.4.14",
"uuid": "8.3.2",
"got": "12.3.0",
"glob-parent": "6.0.2"
}
}