-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.71 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
{
"name": "allcpp-tampered",
"version": "1.5.0",
"description": "An ALLCPP script for enhanced experience",
"homepage": "https://github.com/STEA-TEAM/allcpp-tampered#readme",
"license": "LGPL-3.0",
"author": "ParticleG <particle_g@outlook.com> (https://github.com/ParticleG)",
"repository": {
"type": "git",
"url": "https://github.com/STEA-TEAM/allcpp-tampered"
},
"scripts": {
"dev": "vite build -m development",
"build": "vite build -m production",
"format": "prettier --write src/",
"lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts,.cts,.mts --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@quasar/extras": "^1.16.3",
"chart.js": "^4.2.1",
"crypto-js": "^4.1.1",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"quasar": "^2.11.10",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.3.1",
"@tsconfig/node18": "^2.0.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^18.16.1",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.3.2",
"change-case": "^4.1.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^2.8.8",
"rollup": "^3.21.0",
"rollup-plugin-sass": "^1.12.19",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vue-tsc": "^1.4.4"
},
"private": true
}