-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "DevNotes",
"version": "0.9.25",
"description": "A progressive web application (PWA) for notes.",
"author": "rainu",
"private": true,
"scripts": {
"dev": "COMMIT_HASH=$(git rev-parse HEAD) nuxt",
"start": "COMMIT_HASH=$(git rev-parse HEAD) nuxt start",
"generate": "COMMIT_HASH=$(git rev-parse HEAD) nuxt generate",
"generate:gh": "DEPLOY_ENV=GH_PAGES COMMIT_HASH=$(git rev-parse HEAD) nuxt generate",
"generate:ipfs": "DEPLOY_ENV=IPFS COMMIT_HASH=$(git rev-parse HEAD) nuxt generate"
},
"dependencies": {
"@mdi/font": "^4.2.95",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/vuetify": "^1.0.0",
"aws-sdk": "^2.547.0",
"axios": "^0.19.0",
"copy-to-clipboard": "^3.2.0",
"date-fns": "^2.6.0",
"dropbox": "^4.0.30",
"fuse.js": "^5.0.7-beta",
"localforage": "^1.7.3",
"markdown-it": "^9.1.0",
"material-design-icons-iconfont": "^5.0.1",
"nuxt": "^2.10.2",
"recordrtc": "^5.5.9",
"simple-crypto-js": "^2.2.0",
"uuid4": "^1.1.4",
"vue-i18n": "^8.14.0",
"vue-markdown": "^2.2.4",
"vue-shortkey": "^3.1.7",
"vue-web-cam": "^1.8.0",
"vuedraggable": "^2.23.1",
"wavesurfer.js": "^3.3.1",
"webdav": "^2.10.0"
},
"devDependencies": {
"babel-runtime": "^6.26.0"
}
}