forked from Rule-34/App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "rule-34-app",
"version": "2.31.0",
"description": "Browse the most popular Boorus in the Rule 34 App",
"author": "Alejandro Akbal",
"private": true,
"engines": {
"node": "^16"
},
"scripts": {
"dev": "nuxt",
"start": "nuxt start",
"build": "npm run generate",
"generate": "nuxt generate --modern",
"analyze": "nuxt build --analyze",
"test": "jest",
"release": "standard-version",
"release:publish": "git push --follow-tags origin main"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sentry": "^7.1.9",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"lodash-es": "^4.17.21",
"nuxt": "^2.16.3",
"portal-vue": "^2.1.7",
"vue": "^2.7.14",
"vue-feather-icons": "^5.1.0",
"vue-matomo": "^4.2.0",
"vue-server-renderer": "^2.7.14",
"vuetify": "^2.6.14",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.16.3",
"@nuxtjs/eslint-config": "^11.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@sentry/webpack-plugin": "^1.20.0",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.10.0",
"jest": "^29.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.7"
}
}