-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
67 lines (67 loc) · 1.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"version": "0.2.0",
"private": true,
"homepage": "https://github.com/teal-finance/rainbow",
"scripts": {
"lint": "eslint --ext .ts,vue --fix --ignore-path .gitignore .",
"lint2": "vue-tsc --noEmit",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"compress": "gzipper c ./dist --verbose --incremental --exclude avif,jpg --threshold 999 --remove-larger --brotli --brotli-param-mode font"
},
"dependencies": {
"@snowind/header": "^0.1.0",
"@snowind/state": "^0.2.0",
"@snowind/switch": "^0.1.1",
"@vueuse/core": "^10.10.0",
"graphql-request": "^6.1.0",
"graphql": "^16.8.1",
"vue": "^3.4.27",
"vue-router": "4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.218",
"@playwright/test": "^1.44.1",
"@snowind/plugin": "0.5.0",
"@tailwindcss/forms": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.4.27",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"gzipper": "^7.2.0",
"postcss": "^8.4.38",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.4",
"tailwindcss": "^3.4.4",
"tailwindcss-semantic-colors": "0.2.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.13",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.2",
"vue-loader": "^17.4.2",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"author": {
"name": "Teal.Finance/Rainbow contributors",
"email": "[email protected]",
"url": "https://teal.finance/rainbow/about"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teal-finance/rainbow"
},
"bugs": {
"url": "https://github.com/teal-finance/rainbow/issues"
}
}