|
1 | 1 | { |
2 | 2 | "name": "stopwatch", |
3 | 3 | "version": "0.1.0", |
| 4 | + "scripts": { |
| 5 | + "start": "react-scripts start", |
| 6 | + "build": "BUILD_PATH='./docs' react-scripts build" |
| 7 | + }, |
4 | 8 | "dependencies": { |
5 | | - "@types/node": "^16.11.7", |
6 | | - "@types/react": "^17.0.34", |
7 | | - "@types/react-dom": "^17.0.11", |
8 | 9 | "classnames": "^2.3.1", |
9 | 10 | "node-sass": "4.14.1", |
10 | 11 | "react": "^17.0.2", |
| 12 | + "react-document-title": "^2.0.3", |
11 | 13 | "react-dom": "^17.0.2", |
12 | 14 | "react-router-dom": "^6.2.1", |
13 | 15 | "react-scripts": "4.0.3", |
14 | 16 | "react-slotify": "^0.1.7", |
15 | 17 | "typescript": "^4.4.4" |
16 | 18 | }, |
17 | | - "scripts": { |
18 | | - "start": "react-scripts start", |
19 | | - "build": "BUILD_PATH='./docs' react-scripts build" |
| 19 | + "devDependencies": { |
| 20 | + "@types/react-document-title": "^2.0.5", |
| 21 | + "@types/redux-logger": "^3.0.9", |
| 22 | + "@types/node": "^16.11.7", |
| 23 | + "@types/react": "^17.0.34", |
| 24 | + "@types/react-dom": "^17.0.11", |
| 25 | + "redux-devtools-extension": "^2.13.9", |
| 26 | + "redux-logger": "^3.0.6" |
20 | 27 | }, |
21 | 28 | "eslintConfig": { |
22 | 29 | "extends": [ |
|
35 | 42 | "last 1 firefox version", |
36 | 43 | "last 1 safari version" |
37 | 44 | ] |
38 | | - }, |
39 | | - "devDependencies": { |
40 | | - "@types/redux-logger": "^3.0.9", |
41 | | - "redux-devtools-extension": "^2.13.9", |
42 | | - "redux-logger": "^3.0.6" |
43 | 45 | } |
44 | 46 | } |
0 commit comments