-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "atlas-website",
"type": "module",
"version": "4.2.1",
"private": true,
"scripts": {
"build": "run-p type-check \"build-only {@}\" --",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write src/",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@mdi/font": "7.4.47",
"@mdit-vue/plugin-frontmatter": "^2.0.0",
"@mdit-vue/plugin-toc": "^2.0.0",
"@unhead/vue": "^1.8.13",
"esbuild": "^0.20.1",
"js-yaml": "^4.1.0",
"jsonschema": "^1.4.1",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"pinia": "^2.1.7",
"pluralize": "^8.0.0",
"pptxgenjs": "3.7.1",
"roboto-fontface": "*",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-draggable-plus": "^0.3.5",
"vue-gtag": "^2.0.1",
"vue-router": "^4.3.0",
"vuetify": "^3.5.8",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.11.25",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"sass": "^1.71.1",
"typescript": "~5.4.2",
"vite": "^5.1.6",
"vite-plugin-node-polyfills": "^0.21.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^2.0.6",
"webpack-plugin-vuetify": "^3.0.3"
}
}