-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 896 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 896 Bytes
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
{
"name": "NoteTogether",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"axios": "^0.27.2",
"bootstrap": "^4.4.1",
"core-js": "^3.4.3",
"marked": "^4.0.16",
"simplemde": "^1.11.2",
"sweetalert": "^2.1.2",
"url": "^0.11.0",
"vue": "^2.6.10",
"vue-jwt-decode": "^0.1.0",
"vue-router": "^3.1.3",
"vue-simplemde": "^2.0.1",
"vuetify": "^2.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}