-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
83 lines (83 loc) · 2.33 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "ares",
"version": "0.4.0",
"description": "Apex Research Exploration System (ARES)",
"author": "Frank DeFalco",
"private": true,
"scripts": {
"serve": "vite --open",
"preview": "vite preview --open --port 8080",
"build": "vite build --out-dir dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"postinstall": "npm install --prefix ./docs"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.2",
"@codemirror/lang-sql": "^6.5.4",
"@codemirror/theme-one-dark": "^6.1.2",
"@duckdb/duckdb-wasm": "1.28.0",
"@jamescoyle/svg-icon": "^0.1.1",
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/font": "^7.0.96",
"@mdi/js": "^7.3.67",
"axios": "1.6.0",
"codemirror": "^6.0.1",
"d3": "^7.8.5",
"d3-dsv": "^3.0.1",
"d3-format": "^3.0.1",
"d3-svg-annotation": "^2.5.1",
"d3-time-format": "^4.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"primeicons": "^6.0.1",
"primevue": "^3.7.1",
"uuid": "^9.0.1",
"vega": "^5.25.0",
"vega-embed": "^6.20.2",
"vega-lite": "^5.6.0",
"vue": "^3.2.45",
"vue-codemirror": "^6.1.1",
"vue-google-charts": "^1.1.0",
"vue-pivottable": "github:Mikhail-iontsev/vue-pivottable",
"vue-router": "^4.0.3",
"vue3-markdown-it": "^1.0.10",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"yorkie": "^2.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/d3-format": "^3.0.1",
"@types/d3-time-format": "^4.0.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.191",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.31",
"prettier": "^2.8.3",
"sass": "^1.58.0",
"tailwindcss": "^3.3.5",
"typescript": "~4.9.5",
"vite": "4.5.5",
"vue-eslint-parser": "^9.4.3",
"yorkie": "^2.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}