-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "noluswebsite",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"serve": "vite --port 8080",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 8080",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@cosmjs/tendermint-rpc": "^0.32.2",
"@headlessui/vue": "^1.7.17",
"@heroicons/vue": "^2.1.1",
"@keplr-wallet/unit": "^0.12.69",
"@vueuse/motion": "^2.0.0",
"lottie-web": "^5.12.2",
"marked": "^12.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.6",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.6"
}
}