|
2 | 2 | "name": "@topcoder-platform/platform-ui", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "scripts": { |
| 6 | + "start": "sh start-ssl.sh", |
| 7 | + "start:bsouza": "sh start-ssl-bsouza.sh", |
| 8 | + "build": "react-scripts build", |
| 9 | + "build:dev": "sh build-dev.sh", |
| 10 | + "build:prod": "sh build-prod.sh", |
| 11 | + "eject": "react-scripts eject", |
| 12 | + "lint": "tslint src/**/*.{ts,tsx}", |
| 13 | + "lint:fix": "tslint src/**/*.{ts,tsx} --fix", |
| 14 | + "test": "react-scripts test", |
| 15 | + "test:no-watch": "npm test -- --watchAll=false" |
| 16 | + }, |
5 | 17 | "dependencies": { |
6 | 18 | "@datadog/browser-logs": "^4.5.0", |
7 | 19 | "@heroicons/react": "^1.0.6", |
|
20 | 32 | "typescript": "^4.4.2", |
21 | 33 | "web-vitals": "^2.1.0" |
22 | 34 | }, |
23 | | - "scripts": { |
24 | | - "start": "sh start-ssl.sh", |
25 | | - "start:bsouza": "sh start-ssl-bsouza.sh", |
26 | | - "build": "react-scripts build", |
27 | | - "build:dev": "sh build-dev.sh", |
28 | | - "build:prod": "sh build-prod.sh", |
29 | | - "eject": "react-scripts eject", |
30 | | - "lint": "tslint src/**/*.{ts,tsx}", |
31 | | - "lint:fix": "tslint src/**/*.{ts,tsx} --fix", |
32 | | - "test": "react-scripts test", |
33 | | - "test:no-watch": "npm test -- --watchAll=false" |
| 35 | + "devDependencies": { |
| 36 | + "@testing-library/jest-dom": "^5.14.1", |
| 37 | + "@testing-library/react": "^12.0.0", |
| 38 | + "@testing-library/user-event": "^13.2.1", |
| 39 | + "@types/axios": "^0.14.0", |
| 40 | + "@types/jest": "^27.0.1", |
| 41 | + "@types/node": "^16.7.13", |
| 42 | + "@types/react": "^17.0.20", |
| 43 | + "@types/react-dom": "^17.0.9", |
| 44 | + "@types/react-gtm-module": "^2.0.1", |
| 45 | + "@types/react-router-dom": "^5.3.3" |
34 | 46 | }, |
35 | 47 | "eslintConfig": { |
36 | 48 | "extends": [ |
|
53 | 65 | "last 1 safari version" |
54 | 66 | ] |
55 | 67 | }, |
56 | | - "devDependencies": { |
57 | | - "@testing-library/jest-dom": "^5.14.1", |
58 | | - "@testing-library/react": "^12.0.0", |
59 | | - "@testing-library/user-event": "^13.2.1", |
60 | | - "@types/axios": "^0.14.0", |
61 | | - "@types/jest": "^27.0.1", |
62 | | - "@types/node": "^16.7.13", |
63 | | - "@types/react": "^17.0.20", |
64 | | - "@types/react-dom": "^17.0.9", |
65 | | - "@types/react-gtm-module": "^2.0.1", |
66 | | - "@types/react-router-dom": "^5.3.3" |
67 | | - }, |
68 | 68 | "types": "./types/index.d.ts" |
69 | 69 | } |
0 commit comments