|
2 | 2 | "name": "@aboutbits/material-design-icons", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "description": "Material design icon components for React", |
5 | | - "main": "dist/index.ts", |
| 5 | + "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "tsc", |
8 | 8 | "generate": "rm -rf src/* && node generator.js", |
9 | | - "lint": "eslint --ext js,ts,tsx ./generator.js", |
| 9 | + "lint": "eslint --ext js,ts,tsx src ./generator.js", |
10 | 10 | "lint:fix": "npm run lint -- --fix", |
11 | 11 | "test": "jest --config jestconfig.json --passWithNoTests", |
12 | 12 | "prepare": "npm run build", |
|
39 | 39 | "homepage": "https://github.com/aboutbits/react-material-icons#readme", |
40 | 40 | "devDependencies": { |
41 | 41 | "@types/jest": "^26.0.14", |
| 42 | + "@types/react": "^16.9.50", |
42 | 43 | "@typescript-eslint/parser": "^4.3.0", |
43 | 44 | "@typescript-eslint/eslint-plugin": "^4.3.0", |
44 | 45 | "axios": "^0.20.0", |
|
50 | 51 | "eslint-plugin-prettier": "^3.1.4", |
51 | 52 | "prettier": "^2.1.2", |
52 | 53 | "ts-jest": "^26.4.1", |
53 | | - "typescript": "^4.0.3" |
| 54 | + "typescript": "^4.0.3", |
| 55 | + "react": "^16.13.1", |
| 56 | + "react-dom": "^16.13.1" |
54 | 57 | }, |
55 | 58 | "peerDependencies": { |
56 | 59 | "react": "^16.13.1", |
|
0 commit comments