-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "monsterbuddy",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=14 <=16"
},
"scripts": {
"dev": "nuxt --spa",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^2.0.9",
"@nuxtjs/composition-api": "^0.33.0",
"@nuxtjs/sitemap": "^2.4.0",
"@pinia/nuxt": "^0.2.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "10.4.16",
"core-js": "^3.32.2",
"lodash": "^4.17.21",
"nuxt": "^2.17.1",
"pinia": "^2.0.16"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.2.0",
"babel-plugin-lodash": "^3.3.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.17.0",
"json5-loader": "^4.0.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8"
}
}