This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "hamster-frontend",
"version": "1.0.0",
"main": "src/main.js",
"repository": "https://github.com/hamster-shared/frontend",
"private": true,
"scripts": {
"serve": "vue-cli-service --open serve",
"dev": "npm run serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fullcalendar/core": "5.9.0",
"@fullcalendar/daygrid": "5.9.0",
"@fullcalendar/interaction": "5.9.0",
"@fullcalendar/vue": "5.9.0",
"@polkadot/api": "6.10.3",
"@polkadot/keyring": "8.0.5",
"@polkadot/networks": "8.0.5",
"@polkadot/util": "8.0.5",
"@polkadot/util-crypto": "8.0.5",
"@polkadot/x-fetch": "8.0.5",
"@polkadot/x-global": "8.0.5",
"@polkadot/x-randomvalues": "8.0.5",
"@polkadot/x-textencoder": "8.0.5",
"@polkadot/x-ws": "8.0.5",
"@polkadot/extension-dapp": "^0.41.2",
"@polkadot/wasm-crypto": "4.5.1",
"@polkadot/wasm-crypto-asmjs": "4.5.1",
"@polkadot/wasm-crypto-wasm": "4.5.1",
"ant-design-vue": "1.7.7",
"chart.js": "3.5.1",
"core-js": "^3.16.3",
"quill": "1.3.7",
"vue": "2.6.14",
"vue-pswipe": "0.15.3",
"vue-quill-editor": "3.0.6",
"vue-router": "3.5.2",
"vuedraggable": "2.24.3",
"bignumber.js": "^9.0.1",
"vuex": "^3.6.2",
"silly-datetime": "^0.1.2",
"vue-i18n": "^8.18.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-router": "4.5.13",
"@vue/cli-service": "4.5.13",
"node-sass": "4.14.1",
"sass-loader": "10.1.1",
"vue-template-compiler": "2.6.14"
}
}