forked from Rule-34/App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"name": "rule-34-app",
"version": "1.2.0",
"description": "Browse the most popular boorus in the Rule 34 App",
"author": "Alejandro Akbal",
"private": true,
"scripts": {
"dev": "nuxt",
"start": "nuxt start",
"generate": "nuxt generate",
"analyze": "nuxt build --analyze",
"webp": "for i in static/img/*.png; do cwebp -q 80 ${i%%.*}.png -o ${i%%.*}.webp; done",
"release": "standard-version",
"release:publish": "git push --follow-tags origin master"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.4",
"@nuxtjs/sentry": "^4.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/ui": "^0.7.2",
"lodash": "^4.17.20",
"nuxt": "^2.14.12",
"vue-feather-icons": "^5.1.0",
"vue-matomo": "^3.14.0-0",
"vuetify": "^2.4.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxtjs/eslint-config": "^5.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"standard-version": "^9.1.0"
}
}