-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.47 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
{
"name": "ori-rando-ui",
"version": "1.0.0",
"private": true,
"main": "electron/main/dist/index.cjs",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start",
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"protoc:win": "cd assets/proto && protoc --plugin=../../node_modules/.bin/protoc-gen-ts_proto.cmd --ts_proto_out=. --ts_proto_opt=esModuleInterop=true --ts_proto_opt=outputTypeRegistry=true messages.proto",
"protoc:linux": "cd assets/proto && protoc --plugin=../../node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. --ts_proto_opt=esModuleInterop=true --ts_proto_opt=outputTypeRegistry=true messages.proto"
},
"dependencies": {
"@fontsource/nunito-sans": "^4.5.10",
"@math.gl/core": "^3.5.7",
"@mdi/font": "^7.4.47",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@octokit/rest": "^18.10.0",
"@ori-rando/wotw-seedgen-wasm-ui": "^0.5.2",
"apexcharts": "^3.29.0",
"base64url": "^3.0.1",
"canvas-confetti": "^1.6.0",
"capital-case": "^1.0.4",
"commonmark": "^0.30.0",
"core-js": "^3.26.1",
"date-fns": "^2.24.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.4",
"js-yaml-loader": "^1.2.2",
"konva": "^9.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"nuxt": "^2.17.3",
"protobufjs": "^7.1.2",
"semver": "^7.3.8",
"simple-icons": "^11.10.0",
"ts-proto": "^1.132.1",
"uuid": "^8.3.2",
"v-snackbars": "^3.2.8",
"vue": "^2.7.14",
"vue-apexcharts": "^1.6.2",
"vue-json-pretty": "^1.9.3",
"vue-konva": "^2",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"webworker-promise": "^0.5.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@vue/runtime-dom": "^3.3.4",
"cross-env": "^7.0.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.7.0",
"prettier": "^2.7.1",
"worker-loader": "^3.0.8"
}
}