-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.75 KB
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "6.2.0",
"@primevue/nuxt-module": "^4.0.7",
"autoprefixer": "10.4.13",
"axios": "1.2.1",
"eslint": "8.30.0",
"nuxt": "^3.15.1",
"postcss": "8.4.20",
"tailwindcss": "3.2.4"
},
"dependencies": {
"@egjs/flicking-plugins": "^4.7.1",
"@egjs/vue3-flicking": "^4.11.4",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@pinia/nuxt": "0.4.6",
"@toast-ui/editor": "3.2.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/vue-editor": "3.2.2",
"googleapis": "^155.0.0",
"hangul-util": "^0.1.4",
"lodash": "^4.17.21",
"pinia": "2.0.28",
"postcss-custom-properties": "^13.2.1",
"primevue": "^4.0.7",
"swiper": "^11.2.0",
"uuid": "^11.0.3",
"vite": "^6.0.7",
"vue": "^3.5.13",
"vue-intersect": "^1.1.6",
"vue-router": "^4.5.0",
"vue-slick-carousel": "^1.0.6",
"vue3-carousel": "^0.12.0",
"vue3-click-away": "^1.2.4",
"vue3-flip-countdown": "^0.1.6"
},
"name": "Front",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Prometheus-ML/Prometheus-Web-Front.git",
"author": "kongms002 <'kongms002>",
"license": "MIT",
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}