-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.86 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
{
"name": "pikachu-porfolio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"cross-env DEBUG=unplugin-vue-markdown:* vite\" \"nodemon server/main.cjs\"",
"dev2": "cross-env DEBUG=unplugin-vue-markdown:* vite",
"build2": "cross-env DEBUG=unplugin-vue-markdown:* vite build && node server/main.cjs",
"build": "cross-env DEBUG=unplugin-vue-markdown:* vite build",
"start": "node server/main.cjs",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@octokit/rest": "^21.0.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"@vueuse/core": "^11.2.0",
"@vueuse/head": "^1.1.26",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"emoji-mart-vue-fast": "^15.0.3",
"express": "^4.21.1",
"highlight.js": "^11.11.1",
"markdown-it-prism": "^2.3.0",
"marked": "^15.0.4",
"octokit": "^4.0.2",
"vite-plugin-vue-markdown": "^0.23.8",
"vue": "^3.3.4",
"vue-router": "^4.4.5",
"vue3-carousel": "^0.9.0"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"concurrently": "^9.0.1",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.31.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.17",
"typed.js": "^2.0.16",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.7.6"
}
}