-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
63
64
65
{
"name": "neerstack",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/fa6-solid": "^1.1.15",
"@iconify-json/ic": "^1.1.14",
"@iconify-json/ion": "^1.1.4",
"autoprefixer": "^10.4.8",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"mini-css-extract-plugin": "^2.6.1",
"nuxt": "3.0.0-rc.11",
"nuxt-compress": "^5.0.0",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"sass-loader": "^13.3.2",
"unplugin-icons": "^0.17.0"
},
"dependencies": {
"@emailjs/browser": "^3.7.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@nuxtjs/color-mode": "^3.1.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/tailwindcss": "^5.3.3",
"@pinia/nuxt": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@vueuse/core": "^9.3.0",
"bootstrap-vue": "^2.22.0",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.10",
"highlight.js": "^11.8.0",
"jquery": "^3.6.1",
"katex": "^0.16.9",
"md-editor-v3": "^4.7.0",
"mermaid": "^10.5.0",
"node-fetch": "^3.2.10",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate": "^2.2.0",
"prettier": "^3.0.3",
"sanitize-html": "^2.11.0",
"sass": "^1.69.0",
"screenfull": "^6.0.2",
"sweetalert2": "^11.4.38",
"tailwindcss": "^3.1.8",
"url-loader": "^4.1.1",
"webpack": "^5.74.0"
},
"packageManager": "yarn@4.3.1"
}