|
1 | 1 | { |
2 | | - "name": "react-smiple-typewriter-example", |
3 | | - "homepage": ".", |
4 | | - "version": "0.0.0", |
| 2 | + "name": "example", |
| 3 | + "version": "0.1.0", |
5 | 4 | "private": true, |
6 | 5 | "scripts": { |
7 | 6 | "start": "node ../node_modules/react-scripts/bin/react-scripts.js start", |
8 | | - "build": "node ../node_modules/react-scripts/bin/react-scripts.js build", |
9 | | - "test": "node ../node_modules/react-scripts/bin/react-scripts.js test", |
10 | | - "eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject" |
| 7 | + "build": "node ../node_modules/react-scripts/bin/react-scripts.js build" |
11 | 8 | }, |
12 | 9 | "dependencies": { |
13 | | - "@testing-library/jest-dom": "link:../node_modules/@testing-library/jest-dom", |
14 | | - "@testing-library/react": "link:../node_modules/@testing-library/react", |
15 | | - "@testing-library/user-event": "link:../node_modules/@testing-library/user-event", |
16 | | - "@types/jest": "link:../node_modules/@types/jest", |
17 | | - "@types/node": "link:../node_modules/@types/node", |
18 | | - "@types/react": "link:../node_modules/@types/react", |
19 | | - "@types/react-dom": "link:../node_modules/@types/react-dom", |
20 | | - "react": "link:../node_modules/react", |
21 | | - "react-dom": "link:../node_modules/react-dom", |
22 | | - "react-scripts": "link:../node_modules/react-scripts", |
23 | | - "react-smiple-typewriter": "link:..", |
24 | | - "typescript": "link:../node_modules/typescript" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "@babel/plugin-syntax-object-rest-spread": "^7.8.3" |
| 10 | + "react-smiple-typewriter": "link:.." |
28 | 11 | }, |
29 | 12 | "eslintConfig": { |
30 | 13 | "extends": "react-app" |
|
0 commit comments