-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "my-wit-wallet-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi 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.15.0",
"@nuxt/eslint-config": "^0.7.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18",
"@typescript-eslint/parser": "^5.59.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"nuxt": "^3.12.4",
"nuxt-gtag": "^3.0.2",
"prettier": "3.3.3",
"sass": "^1.69.7",
"typescript": "^5.5.4",
"user-agent-data-types": "^0.4.2",
"vue-i18n": "^9.2.2"
},
"dependencies": {
"axios": "^1.4.0",
"eslint": "^9.15.0",
"typescript-eslint": "^8.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com:witnet/my-wit-wallet-website.git"
}
}