-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1017 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
{
"name": "ntn-boilerplate",
"version": "2.1.4",
"description": "Nuxt-Tailwind-NetlifyCMS boilerplate",
"author": "Sven Parker <[email protected]> (https://svenparker.com)",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"repository": {
"type": "git",
"url": "https://github.com/Knogobert/ntn-boilerplate#readme"
},
"license": "MIT",
"dependencies": {
"@nuxt/content": "^1.15.1",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.4.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"netlify-cli": "^11.1.0",
"nuxt-purgecss": "^1.0.0",
"postcss": "^8.4.13",
"postcss-easing-gradients": "^3.0.1",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.6.2",
"vue-content-placeholders": "^0.2.1"
}
}