-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
106 lines (106 loc) · 2.77 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "kanban-board-app",
"private": false,
"version": "0.1.14",
"description": "Kanban style task management board app",
"keywords": [
"kanban",
"kanban board",
"task management",
"agile",
"scrum",
"kanban board app",
"kanban board application",
"online kanban board",
"CouchDB",
"PouchDB",
"React",
"PWA",
"QR Code"
],
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@types/dompurify": "2.2.0",
"@types/jest": "26.0.19",
"@types/js-yaml": "^4.0.0",
"@types/marked": "^1.2.1",
"@types/node": "14.14.20",
"@types/pouchdb-browser": "^6.1.3",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "^7.1.15",
"@types/react-router-dom": "^5.1.7",
"clsx": "^1.1.1",
"codemirror": "^5.59.1",
"connected-react-router": "^6.8.0",
"date-fns": "^2.16.1",
"dompurify": "^2.2.6",
"fruitsconfits": "^0.5.0",
"js-yaml": "^4.0.0",
"marked": "^1.2.7",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.0.0",
"react": "^17.0.1",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"red-agate": "^0.5.0",
"red-agate-barcode": "^0.5.0",
"redux": "^4.0.5",
"styled-components": "^5.2.1",
"typescript": "4.1.3",
"typescript-fsa": "^3.0.0",
"typescript-fsa-reducers": "^1.2.2",
"web-vitals": "^1.0.1",
"workbox-background-sync": "^6.0.2",
"workbox-broadcast-update": "^6.0.2",
"workbox-cacheable-response": "^6.0.2",
"workbox-core": "^6.0.2",
"workbox-expiration": "^6.0.2",
"workbox-google-analytics": "^6.0.2",
"workbox-navigation-preload": "^6.0.2",
"workbox-precaching": "^6.0.2",
"workbox-range-requests": "^6.0.2",
"workbox-routing": "^6.0.2",
"workbox-strategies": "^6.0.2",
"workbox-streams": "^6.0.2"
},
"scripts": {
"clean": "rm -rf ./build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ncu": "ncu -u -x @date-io/date-fns"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "https://github.com/shellyln/kanban-board-app.git"
},
"author": "shellyln",
"homepage": ".",
"bugs": {
"url": "https://github.com/shellyln/kanban-board-app/issues"
},
"license": "ISC"
}