-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "ntn-boilerplate",
"version": "2.0.1",
"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.13.1",
"nuxt": "^2.15.0"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.4.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"netlify-cli": "^3.8.3",
"nuxt-purgecss": "^1.0.0",
"path": "^0.12.7",
"postcss-easing-gradients": "^3.0.1",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.16.4",
"tailwindcss": "^1.9.6",
"tailwindcss-dark-mode": "^1.1.7",
"vue-content-placeholders": "^0.2.1"
}
}