-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1 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
{
"name": "unwindtime",
"version": "1.0.0",
"description": "An awesome app that helps you take breaks together",
"main": "index.js",
"scripts": {
"start": "npm start --prefix unwindtime",
"build": "npm run build --prefix unwindtime",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siebe88/unwindtime.git"
},
"keywords": [
"Unwind",
"break",
"react",
"firebase"
],
"author": "Siebe Kylstra",
"license": "ISC",
"bugs": {
"url": "https://github.com/Siebe88/unwindtime/issues"
},
"homepage": "https://github.com/Siebe88/unwindtime#readme",
"dependencies": {
"@testing-library/react": "^13.3.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"geolib": "^3.3.3",
"moment": "^2.29.3",
"react-scripts": "^5.0.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/uuid": "^8.3.4"
}
}