This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "plasm-apps",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0"
},
"scripts": {
"start": "yarn run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:check": "vue-cli-service lint --no-fix",
"test": "jest ./src --passWithNoTests"
},
"resolutions": {
"@polkadot/api": ">=4.10.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@plasm/types": "1.5.4-3",
"@polkadot/api": "^4.12.1",
"@polkadot/api-contract": "^4.12.1",
"@polkadot/extension-dapp": "^0.38.3",
"@polkadot/keyring": "^6.6.1",
"@polkadot/networks": "^6.6.1",
"@polkadot/types": "^4.12.1",
"@polkadot/ui-keyring": "^0.78.1",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/wasm-crypto": "^4.0.2",
"core-js": "^3.6.5",
"register-service-worker": "^1.7.1",
"store": "^2.0.12",
"vue": "^3.0.2",
"vue-meta": "3.0.0-alpha.7",
"vue-router": "^4.0.0-beta.13",
"vue3-dropzone": "^0.0.7",
"vuex": "^4.0.0-rc.1"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@types/store": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~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",
"@vue/compiler-sfc": "^3.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier-vue": "^2.1.1",
"eslint-plugin-vue": "^7.1.0",
"jest": "^26.6.3",
"postcss": "^7.0.35",
"prettier": "^2.1.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"typescript": "^4.1.3"
}
}