-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 999 Bytes
/
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
{
"name": "done-for-now",
"version": "0.2.2",
"description": "An Online Multi-Timer built with React",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-bootstrap": "^0.31.1",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/jest": "^22.0.1",
"@types/node": "^9.3.0",
"@types/react": "^16.0.34",
"@types/react-bootstrap": "^0.0.52",
"@types/react-dom": "^16.0.3",
"@types/react-test-renderer": "^16.0.1",
"gh-pages": "^6.1.1",
"react-scripts-ts": "^2.13.0",
"react-test-renderer": "^16.2.0",
"typescript": "^2.6.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"jest": "jest --watch"
},
"homepage": "https://KDCinfo.github.io/done-for-now/",
"author": "Keith D Commiskey <https://kdcinfo.com>"
}