-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.6 KB
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
{
"name": "note-pwa",
"version": "1.0.0",
"description": "A Progressive Web Application for saving note building with VueJS and Workbox",
"author": "Wilson Gouanet<wilstito@gmail.com>",
"license": "GPL-3.0",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@superhuman/squire-rte": "^1.8.22",
"core-js": "^3.17.3",
"material-design-icons-iconfont": "^6.1.0",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@nuxt/types": "~2.15.8",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.17.0",
"jest": "^27.2.0",
"prettier": "^2.4.1",
"vue-jest": "^3.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wils3B/note-pwa.git"
},
"keywords": [
"Note App",
"PWA",
"Progressive Web Application",
"Workbox",
"Web Offline Capability",
"nuxtjs",
"vue"
],
"bugs": {
"url": "https://github.com/Wils3B/note-pwa/issues"
},
"homepage": "https://github.com/Wils3B/note-pwa#readme"
}