-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 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
{
"name": "nicestuff.me",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/i18n": "^7.3.0",
"@nuxtjs/sitemap": "^2.4.0",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"uuid": "^9.0.0",
"vue": "^2.6.14",
"vue-gtag": "^1.16.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@vue/composition-api": "^1.7.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"push-dir": "^0.4.1",
"tailwindcss": "^3.1.8",
"vue-drawing-canvas": "^1.0.14"
}
}