-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "finance_micromanager",
"private": "true",
"dependencies": {
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.21.8",
"@babel/eslint-plugin": "^7.19.1",
"@babel/preset-env": "^7.21.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/vue3": "^1.0.6",
"@js-from-routes/client": "^1.0.4",
"@js-from-routes/inertia": "^1.10.2",
"@popperjs/core": "^2.11.7",
"@rails/ujs": "^7.0.4-3",
"@vitejs/plugin-vue": "^4.2.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.10",
"esbuild": "^0.17.18",
"hotkeys-js": "^3.13.7",
"i18n-js": "^4.2.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"pinia": "^2.0.36",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-scss": "^4.0.6",
"sass": "^1.62.1",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.1.0",
"vue": "^3.3.1",
"vue-chartjs": "^5.3.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.13.0",
"eslint-plugin-vue-scoped-css": "^2.4.0"
},
"scripts": {}
}