This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "logcation",
"version": "0.1.0",
"private": false,
"description": "A log application that allows you to keep a history of your actions.",
"repository": {
"type": "git",
"url": "https://github.com/tdu-historylog/web.git"
},
"bugs": {
"url": "https://github.com/tdu-historylog/web/issues"
},
"scripts": {
"dev": "next dev",
"dev:ssl": "HTTPS=true $(which node) ./sslServer.js",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "gts lint",
"clean": "gts clean",
"fix": "gts fix",
"certification": "./scripts/certification.sh"
},
"dependencies": {
"@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-table": "^7.7.7",
"@types/recoil": "^0.0.9",
"framer-motion": "^5.2.1",
"idb": "^6.1.5",
"jsqr": "^1.3.1",
"next": "12.0.2",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.2",
"next-pwa": "^5.4.0",
"next-react-svg": "^1.1.3",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-no-ssr": "^1.1.0",
"react-table": "^7.7.0",
"recoil": "^0.5.0"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"eslint-plugin-prefer-arrow": "^1.2.3",
"gts": "^3.1.0",
"typescript": "^4.4.4",
"express": "^4.17.1"
},
"license": "MIT"
}