-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "hanselwei.dev",
"version": "1.0.0",
"description": "Hello Hansel!",
"author": "Hansel Wei",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "^3.26.0",
"daisyui": "^2.24.0",
"firebase": "^7.6.0",
"font-awesome": "^4.7.0",
"nuxt": "^2.15.0",
"nuxt-fire": "^3.5.4",
"tachyons": "^4.12.0",
"vue-typed-js": "^0.1.2",
"webpack": "^4.46.0"
},
"devDependencies": {
"@netlify/plugin-a11y": "^1.0.0-beta.1",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/tailwindcss": "^5.3.2",
"autoprefixer": "^10.4.8",
"consola": "^2.15.3",
"css-loader": "^5.0.0",
"daisyui": "^2.24.0",
"fibers": "^5.0.2",
"npm-check-updates": "^16.7.10",
"postcss": "^8.4.20",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.1.0",
"postcss-url": "^10.1.1",
"sass": "^1.54.4",
"sass-loader": "^10.2.1",
"vue": "2"
}
}