-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "nist-46-front",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.3",
"@mdi/font": "^7.2.96",
"@supabase/supabase-js": "^2.39.3",
"axios": "^1.3.6",
"cors": "^2.8.5",
"db": "^5.1.3",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"jdenticon": "^3.2.0",
"katex": "^0.16.6",
"openchemlib": "^8.3.0",
"pg": "^8.11.3",
"pinia": "^2.0.34",
"roboto-fontface": "^0.10.0",
"vue": "^3.4.16",
"vue-auth-ui": "^0.1.1",
"vue-meta": "^3.0.0-alpha.10",
"vue-plugin-load-script": "^2.1.1",
"vue-router": "^4.1.6",
"vuetify": "^3.1.15",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/katex": "^0.16.0",
"@types/node": "^18.15.12",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.11.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.2.0"
}
}