-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "ntn-boilerplate",
"version": "1.0.0",
"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": {
"@nuxtjs/markdownit": "^1.2.6",
"nuxt": "^2.14.6"
},
"devDependencies": {
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"netlify-cli": "^2.64.1",
"nuxt-purgecss": "^1.0.0",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.16.4",
"tailwindcss": "^1.8.10",
"tailwindcss-dark-mode": "^1.1.6"
}
}