-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.72 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "witnet.io",
"private": true,
"version": "2.4.5",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"prepare": "nuxt prepare",
"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.18.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/message-compiler": "^11.1.3",
"@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.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"nuxt": "^3.15.2",
"nuxt-gtag": "3.0.2",
"nuxt-security": "2.1.5",
"postcss": "^8.5.1",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"tailwindcss": "^3.4.13",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"user-agent-data-types": "^0.4.2",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.13",
"vue-router": "^4.4.3"
},
"dependencies": {
"@notionhq/client": "^2.3.0",
"@nuxtjs/i18n": "^9.1.1",
"gsap": "^3.12.7",
"lodash.snakecase": "^4.1.1",
"vue-select": "^4.0.0-beta.3",
"wit-vue-ui": "^0.4.3"
}
}