This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.66 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
51
52
53
54
55
56
57
{
"name": "secman-desktop",
"version": "1.1.1",
"author": {
"name": "Secman, Inc.",
"email": "[email protected]",
"url": "https://secman.dev"
},
"description": "🖥️ Secman Desktop is the desktop client for secman.",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.26.0",
"core-js": "^3.21.0",
"crypto-js": "^4.1.1",
"dotenv": "^11.0.0",
"localforage": "^1.10.0",
"papaparse": "^5.3.1",
"register-service-worker": "^1.7.1",
"v-tooltip": "^2.0.3",
"vee-validate": "^2.2.15",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-clipboard2": "^0.3.3",
"vue-debounce": "^2.5.4",
"vue-i18n": "^8.27.0",
"vue-notification": "^1.3.20",
"vue-outside-events": "^1.1.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.0.1",
"vue-snotify": "^3.2.1",
"vue-wait": "^1.4.8",
"vue2-perfect-scrollbar": "^1.5.5",
"vuex": "^3.4.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-module-resolver": "^4.1.0",
"sass": "^1.48.0",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.2.4",
"vue-property-decorator": "^9.1.2",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.6.11"
}
}