-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
{
"name": "orgbook-bc-client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "npm run build:docs && vite & npm run watch:docs",
"build": "npm run build:docs && vite build",
"build:docs": "node build/docs.js",
"watch:docs": "node build/watch.js",
"lint": "eslint --ext .ts,vue --max-warnings=0 .",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/i18n/**/*.json\""
},
"dependencies": {
"@snowplow/browser-tracker": "^3.24.4",
"axios": "^0.21.4",
"core-js": "^3.38.1",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"pinia": "^2.2.8",
"register-service-worker": "^1.7.2",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.0",
"@intlify/vue-i18n-loader": "^1.1.0",
"@mdi/js": "^5.9.55",
"@types/jest": "^24.9.1",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.3.6",
"chokidar": "^3.6.0",
"eslint": "^6.8.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"front-matter": "^4.0.2",
"glob": "^7.2.3",
"marked": "^3.0.8",
"prettier": "^2.8.8",
"sass": "^1.79.4",
"typescript": "~5.6.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vuetify-loader": "^1.9.2"
}
}