forked from ilkome/finapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.63 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
84
85
86
{
"name": "finapp",
"version": "4.0.0",
"scripts": {
"dev": "cross-env NUXT_HOST=0.0.0.0 PORT=3051 nuxt2 dev",
"build": "nuxt2 generate",
"start": "nuxt2 preview",
"test": "vitest",
"test-coverage": "vitest run --coverage",
"deploy": "npm run build && firebase deploy",
"build-upload": "npm run build && npm run upload",
"build-upload-all": "npm run build && npm run upload-all",
"upload-all": "NODE_ENV=production node node_modules/gulp/bin/gulp.js uploadAll",
"upload": "NODE_ENV=production node node_modules/gulp/bin/gulp.js uploadMin"
},
"dependencies": {
"@nuxtjs/i18n": "^7.3.1",
"@simonwep/pickr": "^1.8.2",
"@vueuse/core": "^10.4.1",
"axios": "^1.5.0",
"core-js": "3.32.2",
"currency.js": "^2.0.4",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"firebase": "^10.4.0",
"highcharts": "^11.1.0",
"highcharts-vue": "^1.4.3",
"localforage": "^1.10.0",
"lodash.merge": "^4.6.2",
"lodash.sortby": "^4.7.0",
"nuxt": "^2.17.1",
"nuxt-typed-vuex": "^0.3.1",
"pinia": "^2.1.6",
"portal-vue": "^2.1.7",
"swiper": "6.8.4",
"validator": "^13.11.0",
"vue": "^2.7.14",
"vue-echarts": "^6.6.1",
"vue-notification": "1.3.20",
"vue-server-renderer": "^2.7.14",
"vue-slide-up-down": "^2.0.1",
"vue-template-compiler": "^2.7.14",
"vuedraggable": "^2.24.3",
"vuejs-datepicker": "^1.6.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.42.0",
"@babel/eslint-parser": "^7.22.15",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxt/devalue": "2.0.2",
"@nuxtjs/color-mode": "3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/tailwindcss": "6.8.0",
"@pinia/nuxt": "^0.4.11",
"@types/validator": "^13.11.1",
"@volar/vue-language-plugin-pug": "^1.6.5",
"@vue/runtime-dom": "^3.3.4",
"autoprefixer": "^10.4.16",
"c8": "7.12.0",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue-pug": "^0.6.0",
"fancy-log": "2.0.0",
"gulp": "4.0.2",
"gulp-notify": "4.0.0",
"gulp-plumber": "1.2.1",
"node-notifier": "10.0.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"style-loader": "2.0.0",
"stylelint": "^14.15.0",
"stylelint-order": "^5.0.0",
"stylelint-plugin-stylus": "^0.17.0",
"stylus": "0.59.0",
"stylus-loader": "^3.0.2",
"typescript": "^5.2.2",
"vinyl-ftp": "0.6.1",
"vitest": "^0.34.5",
"webpack": "4.46.0"
}
}