-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "pediline",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"frontend": "vue-cli-service serve",
"build": "vue-cli-service build",
"backend": "nodemon index.js",
"test": "jest",
"start": "concurrently \"npm run backend\" \"npm run frontend\""
},
"dependencies": {
"@babel/eslint-parser": "^7.24.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@maptiler/sdk": "^2.0.3",
"@mdi/font": "5.9.55",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.1",
"nodemon": "^3.1.3",
"roboto-fontface": "*",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"v-calendar": "^3.1.2",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vue-the-mask": "^0.11.1",
"vuetify": "^3.0.0-beta.0",
"wcag-contrast": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.6",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"supertest": "^7.0.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"webpack-plugin-vuetify": "^2.0.0-alpha.0"
}
}