-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "@mirkonz/laurienz",
"version": "2.0.1",
"description": "Lauren website",
"author": "Mirko May <[email protected]> (https://mirko.nz)",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"repository": {
"type": "git",
"url": "https://github.com/mayko780/laurie#readme"
},
"license": "MIT",
"dependencies": {
"@nuxt/content": "^1.15.1",
"nuxt": "^2.15.6"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.1.3",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"netlify-cli": "^3.34.0",
"nuxt-purgecss": "^1.0.0",
"path": "^0.12.7",
"postcss-easing-gradients": "^3.0.1",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.1",
"tailwindcss": "^2.1.4",
"vue-content-placeholders": "^0.2.1"
}
}