-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1016 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.1",
"description": "Nuxt-Tailwind-NetlifyCMS boilerplate",
"author": "Sven Parker <hello+dev@svenparker.com> (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.14.0",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"netlify-cli": "^6.7.0",
"nuxt-purgecss": "^1.0.0",
"postcss": "^8.3.6",
"postcss-easing-gradients": "^3.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"vue-content-placeholders": "^0.2.1"
}
}