-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "proposal-tool",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"preview": "vite preview"
},
"dependencies": {
"@emurgo/cardano-serialization-lib-asmjs": "^11.1.0",
"@formvuelate/plugin-vee-validate": "^3.9.1",
"@fortawesome/fontawesome-free": "^6.2.0",
"@oruga-ui/oruga-next": "^0.5.8",
"@oruga-ui/theme-bulma": "^0.2.7",
"@tanstack/vue-query": "^4.17.0",
"@vueup/vue-quill": "^1.0.0",
"@vueuse/core": "^9.5.0",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"formvuelate": "^3.9.1",
"hash-wasm": "^4.9.0",
"jssha": "^3.3.0",
"lodash": "^4.17.21",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^2.3.0",
"sanitize-html": "^2.7.3",
"uuid": "^9.0.0",
"vee-validate": "^4.7.3",
"vue": "^3.2.37",
"vue-router": "^4.0.13",
"web3.storage": "^4.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@types/lodash": "^4.14.190",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^3.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"vite": "^3.1.0",
"vite-plugin-eslint": "^1.8.1"
}
}