-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 792 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
{
"name": "medtime",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@capacitor/android": "^2.4.7",
"@capacitor/cli": "^2.4.7",
"@capacitor/core": "^2.4.7",
"@nuxtjs/axios": "^5.13.1",
"@yaireo/relative-time": "^1.0.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.9.1",
"gravatar": "^1.8.1",
"nuxt": "^2.15.3",
"shake.js": "^1.2.2",
"vue-radial-progress": "^0.3.2"
},
"devDependencies": {
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"fibers": "^5.0.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1"
}
}