-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
{
"name": "fire-vue",
"version": "1.0.0",
"description": "Simple website starter for Vite+Vue 3.",
"main": "src/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"topbar": "^2.0.1",
"vue": "^3.0.11",
"vue-resource": "^1.5.3",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/component-compiler-utils": "^3.3.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"postcss-modules": "^6.0.0",
"tailwindcss": "^3.3.3",
"vite": "^4.3.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyler-ruff/blazed-xyz.git"
},
"keywords": [
"blazed",
"publishing",
"xyz",
"firebase"
],
"author": "blazed-labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/tyler-ruff/blazed-xyz/issues"
},
"homepage": "https://github.com/tyler-ruff/blazed-xyz#readme"
}