-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"version": "0.2.0",
"private": false,
"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 compress --incremental --brotli --brotli-param-mode font --exclude avif,jpg --threshold 999 --remove-larger ./dist"
},
"dependencies": {
"@snowind/input": "^0.0.3",
"@snowind/sidebar": "^0.0.3",
"@snowind/switch": "^0.0.3",
"@snowind/header": "^0.0.6",
"@vueuse/core": "^6.6.2",
"gzipper": "^6.0.0",
"vue": "^3.2.19",
"vue-router": "4",
"vega": "^5.20.0",
"vega-embed": "^6.16.0",
"vega-lite": "^5.0.0"
},
"devDependencies": {
"@iconify/json": "^1.1.416",
"@snowind/plugin": "^0.0.2",
"@tailwindcss/forms": "^0.3.3",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.19",
"autoprefixer": "^10.2.6",
"eslint": "^8.0.1",
"postcss": "^8.3.5",
"rollup-plugin-typescript2": "^0.30.0",
"sass": "^1.35.1",
"tailwindcss": "^2.2.4",
"tslib": "^2.3.0",
"typescript": "^4.4.3",
"unplugin-icons": "^0.12.16",
"unplugin-vue-components": "^0.16.0",
"vite": "^2.6.10",
"vite-plugin-eslint": "^1.3.0",
"vue-loader": "^16.3.0",
"vue-tsc": "^0.28.7"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"author": {
"name": "Teal.Finance contributors",
"email": "[email protected]",
"url": "https://Teal.Finance"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/teal-finance/rainbow"
},
"bugs": {
"url": "https://github.com/teal-finance/rainbow/issues"
}
}