-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "describo.github.io",
"version": "0.0.1",
"type": "module",
"author": {
"name": "Marco La Rosa",
"email": "m@lr.id.au"
},
"homepage": "https://github.com/describo/describo.github.io",
"repository": {
"type": "git",
"url": "https://github.com/describo/describo.github.io.git"
},
"scripts": {
"develop": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"devDependencies": {
"@types/node": "^20.14.9",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vitepress": "^1.2.3",
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@paddle/paddle-js": "^1.2.0",
"add": "^2.0.6",
"element-plus": "^2.7.6",
"lodash-es": "^4.17.21",
"medium-zoom": "^1.1.0",
"typewriter-effect": "^2.21.0"
}
}