-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
42
43
44
45
46
47
48
{
"name": "release-stats",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1613647907.37b1156",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"cookie-parser": "^1.4.5",
"cookie-universal-nuxt": "^2.1.4",
"cookieparser": "^0.1.0",
"core-js": "^3.8.3",
"image-viewer-vue": "^2.0.6",
"lodash": "^4.17.20",
"luxon": "^1.26.0",
"nuxt": "^2.14.12",
"nuxt-webfontloader": "^1.1.0",
"uuid": "^8.3.2",
"v-click-outside": "^3.1.2",
"vue-datetime": "^1.0.0-beta.14",
"vue-feather-icons": "^5.1.0",
"vue-intersect": "^1.1.6",
"vue-material-design-icons": "^4.11.0",
"vue-material-icon": "^1.0.1",
"vue2-transitions": "^0.3.0",
"weekstart": "^1.0.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^3.4.2",
"autoprefixer": "^9.8.6",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"node-sass": "^5.0.0",
"nuxt-vite": "0.0.3",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"tailwindcss": "^2.0.3"
}
}