-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
58 lines (58 loc) · 1.84 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
{
"name": "5e-monster-maker",
"version": "2.2.9",
"description": "A monster builder and generator for 5th Edition Dungeons and Dragons. Effortlessly create a monster with tools for automatically computing CR, formatting a statblock, and managing your monster actions and traits.",
"productName": "Falindrith's D&D Monster Maker",
"author": "Evan Shimizu <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.15.11",
"@vueuse/core": "^8.6.0",
"copy-to-clipboard": "^3.3.2",
"core-js": "^3.6.5",
"fs-extra": "^10.1.0",
"html-to-image": "^1.11.11",
"json-url": "^3.0.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"number-to-words": "^1.2.4",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^3.0.0",
"quasar": "^2.11.8",
"slugify": "^1.6.5",
"url": "^0.11.0",
"uuid": "^8.3.2",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.2.1",
"@types/dom-to-image": "^2.6.4",
"@types/lodash": "^4.14.182",
"@types/node": "^12.20.21",
"@types/number-to-words": "^1.2.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^8.5.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"engines": {
"node": "^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}