-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 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
59
60
61
62
63
{
"name": "wakfu-wizard",
"version": "2.7.1",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"upgrade-item-solver": "yarn upgrade @mikeshardmind/base2048"
},
"dependencies": {
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/state": "^6.3.1",
"@codemirror/view": "^6.21.4",
"@mikeshardmind/base2048": "^1.0.1",
"@msgpack/msgpack": "^3.0.0-beta2",
"@vitest/web-worker": "^1.2.2",
"buffer": "^6.0.3",
"codemirror": "^6.0.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"lodash": "^4.17.21",
"marked": "^9.1.3",
"mitt": "^3.0.1",
"node-fetch": "^3.3.2",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.37.0",
"pyodide": "^0.24.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"sass": "^1.69.4",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-i18n": "9",
"vue-router": "^4.2.4",
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.34.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-vite": "^1.0.4",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"vite": "^4.4.9",
"vitest": "^0.34.4"
}
}