-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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": "@mirkonz/mirkonz",
"version": "2.0.1",
"description": "Mirkos website",
"author": "Mirko May <hi@mirko.nz> (https://mirko.nz)",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"repository": {
"type": "git",
"url": "https://github.com/mayko780/mirko#readme"
},
"license": "MIT",
"dependencies": {
"@nuxt/content": "^1.15.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"nuxt": "^2.15.6",
"particles.js": "^2.0.0",
"three": "^0.164.1"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
"netlify-cli": "^17.23.2",
"nuxt-purgecss": "^2.0.0",
"path": "^0.12.7",
"postcss-easing-gradients": "^3.0.1",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.5.11",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.3",
"vue-content-placeholders": "^0.2.1"
}
}