-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.08 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.08 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "yarn add https://github.com/InjectiveLabs/shared-packages#master --ignore-scripts",
"clean-up": "rm -rf dist && rm -rf .output && rm -rf .nuxt && rm -rf ./node_modules/.c12&& rm -rf ./node_modules/.cache/vite && rm -rf ./node_modules/.vite && rm -rf ./node_modules/.cache/vite"
},
"devDependencies": {
"@injectivelabs/eslint-config": "^1.1.8",
"@injectivelabs/node-globals-polyfill": "0.1.6",
"@injectivelabs/prettier-config": "^1.0.3",
"@injectivelabs/stylelint-config": "1.1.3",
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/node": "^18.16.19",
"typescript": "^5.1.6",
"vue-tsc": "2.1.6"
},
"dependencies": {
"@bangjelkoski/node-stdlib-browser": "^0.0.1",
"@bangjelkoski/vite-plugin-node-polyfills": "^0.0.2",
"@nuxt/ui-templates": "^1.3.4",
"shared-packages": "https://github.com/InjectiveLabs/shared-packages#master"
}
}