-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "@dtinth/tmp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@github/time-elements": "^3.1.1",
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"browser-nativefs": "^0.12.0",
"bytes": "^3.1.0",
"classnames": "^2.2.6",
"downloadjs": "^1.4.7",
"mime": "^2.4.7",
"next": "10.0.3",
"next-pwa": "^5.0.0",
"noty": "^3.2.0-beta",
"postcss": "^8.2.1",
"pouchdb": "^7.2.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-error-boundary": "^3.1.0",
"react-query": "^3.3.0",
"reakit": "^1.3.2",
"tailwindcss": "^2.0.2",
"uuid": "^8.3.2",
"vscode-icons-js": "^11.0.0",
"workbox-routing": "^6.0.2"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/downloadjs": "^1.4.2",
"@types/mime": "^2.0.3",
"@types/node": "^14.14.14",
"@types/pouchdb": "^6.4.0",
"@types/react": "^17.0.0",
"@types/uuid": "^8.3.0",
"typescript": "^4.1.3"
}
}