-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 949 Bytes
/
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
{
"name": "atlas",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/types": "^7.22.5",
"@highlightjs/vue-plugin": "^2.1.0",
"axios": "^1.6.0",
"chart.js": "^4.4.2",
"highlight.js": "^11.8.0",
"js-yaml": "^4.1.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.2.47",
"vue-chartjs": "^5.3.1",
"vue-highlightjs": "^1.3.3",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.17",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.2",
"vite": "^4.5.3",
"vue-tsc": "^1.4.2"
}
}