-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "inspector-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.5.0",
"@vechain/connex": "2.0.14",
"@vechain/connex-types": "2.0.12",
"@vechain/picasso": "^2.1.1",
"bignumber.js": "8.0.2",
"buefy": "^0.8.20",
"bulma": "^0.7.5",
"color": "3.1.0",
"custom-protocol-detection": "1.0.1",
"dexie": "2.0.4",
"dexie-observable": "1.0.0-beta.5",
"file-saver-es": "^2.0.5",
"mersenne-twister": "1.1.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"thor-devkit": "^2.0.5",
"vee-validate": "2.1.5",
"vue": "2.7.14",
"vue-analytics": "5.16.2",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.3.0",
"vue-router": "3.0.1"
},
"devDependencies": {
"@types/color": "3.0.0",
"@types/mersenne-twister": "1.1.2",
"@types/node": "^16.18.69",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"sass": "^1.54.5",
"sass-loader": "^7.0.1",
"typescript": "~4.1.5",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": "^16.20.0",
"yarn": "^1.22"
}
}