-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
{
"name": "songtreasures",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test:unit": "vue-cli-service test:unit",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"deploy": "firebase deploy",
"auth": "vsts-npm-auth -config .npmrc",
"translations": "tsc ./translations/src/index.ts --outDir ./translations/dist && node ./translations/dist/"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.5",
"@stripe/stripe-js": "^1.21.1",
"apexcharts": "^3.31.0",
"firebase": "^9.5.0",
"hiddentreasures-js": "^1.5.7",
"idb": "^7.0.0",
"isomorphic-fetch": "^3.0.0",
"less-loader": "^10.2.0",
"opensheetmusicdisplay": "^1.4.5",
"plyr": "^3.6.9",
"regenerator-runtime": "^0.13.9",
"unzipper": "^0.10.11",
"vue": "^3.2.47",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"vue3-apexcharts": "^1.4.1",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@crowdin/crowdin-api-client": "^1.12.3",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@tsconfig/node16": "^1.0.2",
"@types/chai": "^4.2.22",
"@types/isomorphic-fetch": "^0.0.36",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.25",
"@types/showdown": "^1.9.4",
"@types/unzipper": "^0.10.4",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.23",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.17",
"autoprefixer": "^10.4.0",
"chai": "^4.3.4",
"eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0",
"firebase-tools": "^11.25.3",
"less": "^4.1.2",
"postcss": "^8.4.5",
"sass": "^1.45.0",
"tailwindcss": "^3.0.6",
"tslib": "^2.3.1",
"typescript": "^5.0.4",
"vite": "4.2.1"
}
}