-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.59 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
{
"name": "witnet.io",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint -c eslint.config.js --ignore-pattern .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "pnpm lint:js && pnpm lint:prettier",
"lintfix": "prettier --write --list-different . && pnpm lint:js --fix"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.7.4",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/device": "^3.1.1",
"@types/lodash.snakecase": "^4.1.9",
"@types/vue-select": "^3.16.8",
"@vueuse/core": "^12.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"nuxt": "^3.12.4",
"nuxt-gtag": "3.0.2",
"nuxt-security": "2.1.5",
"postcss": "^8.4.40",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"tailwindcss": "^3.4.13",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.13",
"vue-router": "^4.4.3",
"user-agent-data-types": "^0.4.2"
},
"dependencies": {
"@nuxtjs/i18n": "^8.5.2",
"gsap": "^3.12.5",
"lodash.snakecase": "^4.1.1",
"vue-select": "^4.0.0-beta.3",
"wit-vue-ui": "^0.1.1"
}
}