Blame view

babylon-vue-4.0.0/package.json 1.41 KB
0f94839d   함상기   babylon client fo...
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
  {
      "name": "babylon-vue",
      "version": "4.0.0",
      "private": true,
      "type": "module",
      "scripts": {
          "dev": "vite",
          "build": "vite build",
          "preview": "vite preview",
          "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
          "i18n": "node src/i18n/exceljs.js"
      },
      "dependencies": {
          "@fullcalendar/core": "^5.7.2",
          "@fullcalendar/daygrid": "^5.7.2",
          "@fullcalendar/interaction": "^5.7.2",
          "@fullcalendar/timegrid": "^5.7.2",
          "@fullcalendar/vue3": "^5.7.2",
          "ag-grid-community": "^31.0.3",
          "ag-grid-vue3": "^31.0.3",
          "axios": "^1.5.1",
          "chart.js": "3.3.2",
          "primeflex": "^3.3.0",
          "primeicons": "^6.0.1",
          "primevue": "3.26.1",
          "prismjs": "^1.9.0",
          "quill": "^1.3.7",
          "vue": "^3.2.45",
          "vue-cookies": "^1.8.3",
          "vue-i18n": "^9.9.0",
          "vue-router": "^4.1.6",
          "vuex": "^4.1.0",
          "vuex-persistedstate": "^4.1.0"
      },
      "devDependencies": {
          "@rushstack/eslint-patch": "^1.1.4",
          "@vitejs/plugin-vue": "^4.0.0",
          "@vue/cli-plugin-vuex": "~5.0.0",
          "@vue/eslint-config-prettier": "^7.0.0",
          "eslint": "^8.22.0",
          "eslint-plugin-vue": "^9.3.0",
          "exceljs": "^4.4.0",
          "prettier": "^2.7.1",
          "sass": "^1.54.4",
          "vite": "^4.0.4"
      }
  }