-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.4 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
{
"name": "elliotderhay.com",
"version": "2.0.5",
"description": "My personal website",
"type": "module",
"license": "MIT",
"engines": {
"node": "^20.2.x",
"yarn": "^1.22.x"
},
"repository": {
"type": "git",
"url": "https://github.com/JSn1nj4/ElliotDerhay.com.git"
},
"private": true,
"scripts": {
"dev": "vite",
"development": "yarn run dev",
"build": "vite build",
"prod": "yarn run build",
"production": "yarn run build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"dotenv": "^16.4.1",
"laravel-vite-plugin": "^1.0.1",
"postcss": "^8.4.27",
"postcss-import": "^16.0.1",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.0",
"tailwindcss": "^3.3.3",
"tippy.js": "^6.3.7",
"typescript": "^5.1.3",
"vite": "^5.1.4",
"vue": "^3.2.39"
},
"dependencies": {
"@alpinejs/csp": "^3.13.5",
"date-fns": "^3.3.1",
"shiki": "^1.1.7",
"yarn": "1.22.21"
},
"peerDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"autoprefixer": "^10.0.2",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
}
}