-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.01 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
{
"name": "meteor_template",
"private": true,
"scripts": {
"start": "meteor run --settings .deploy/settings.json",
"build": "meteor build ../output/vue --directory",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"test-production": "meteor run --production --settings .deploy/settings.json",
"visualize": "meteor --production --extra-packages bundle-visualizer",
"meteor-cloud-deploy": "meteor deploy --settings .deploy/settings.json meteor-template.au.meteorapp.com --free --mongo"
},
"dependencies": {
"@aacassandra/vue3-progressbar": "^1.0.3",
"@babel/runtime": "^7.23.5",
"@cloudinary/url-gen": "^1.14.0",
"@cloudinary/vue": "^1.11.2",
"@formkit/auto-animate": "^0.8.1",
"@formkit/icons": "^1.4.0",
"@formkit/themes": "^1.4.0",
"@formkit/vue": "^1.4.0",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.7.0",
"@vueuse/head": "^2.0.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"cloudinary": "^1.41.1",
"compressorjs": "^1.2.1",
"lodash": "^4.17.21",
"meteor-node-stubs": "^1.2.7",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"numeral": "^2.0.6",
"pinia": "^2.1.7",
"printd": "^1.6.0",
"simpl-schema": "^3.4.1",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-meteor-tracker": "^3.0.0-beta.7",
"vue-router": "^4.2.5",
"vue3-easy-data-table": "^1.5.47",
"vue3-marquee": "^4.1.0",
"vue3-toastify": "^0.1.14"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/meteor": "^2.9.7",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.16",
"meteor-vite": "^1.7.1",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vite": "^3.2.7",
"vite-svg-loader": "^5.1.0"
}
}