|
1 | 1 | { |
2 | 2 | "name": "automata", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.2.0", |
4 | 4 | "homepage": "http://nihalmurmu.github.io/automata", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "@material-ui/core": "^3.7.1", |
8 | | - "@material-ui/icons": "^3.0.1", |
| 7 | + "@material-ui/core": "^4.9.5", |
| 8 | + "@material-ui/icons": "^4.9.1", |
| 9 | + "@material-ui/lab": "^4.0.0-alpha.45", |
9 | 10 | "classnames": "^2.2.6", |
10 | 11 | "js-file-download": "^0.4.7", |
| 12 | + "keycharm": "^0.3.1", |
11 | 13 | "prop-types": "^15.7.2", |
12 | | - "react": "^16.6.3", |
13 | | - "react-dom": "^16.6.3", |
| 14 | + "react": "^16.12.0", |
| 15 | + "react-dom": "^16.12.0", |
14 | 16 | "react-ga": "^2.5.7", |
15 | | - "react-scripts": "^2.1.8", |
16 | | - "vis": "^4.21.0" |
| 17 | + "react-scripts": "3.4.1", |
| 18 | + "typescript": "^3.8.3", |
| 19 | + "uuid": "^7.0.2", |
| 20 | + "vis-data": "^6.3.5", |
| 21 | + "vis-network": "^7.4.2" |
17 | 22 | }, |
18 | 23 | "scripts": { |
19 | 24 | "start": "react-scripts start", |
20 | 25 | "build": "react-scripts build", |
21 | 26 | "test": "react-scripts test", |
22 | 27 | "eject": "react-scripts eject", |
23 | | - "lint": "eslint src/**/*.jsx", |
24 | | - "pretty": "npx prettier --write src/**/*.jsx src/**/*.js", |
25 | | - "pretty-lint": "npm run pretty && npm run lint", |
26 | | - "predeploy": "npm run build", |
| 28 | + "lint": "yarn run eslint src/**/*.jsx src/**/*.js src/**/*.ts --fix", |
| 29 | + "pretty": "yarn run prettier --write src/**/*.jsx src/**/*.js src/**/*.ts", |
| 30 | + "pretty-lint": "yarn run pretty && yarn run lint", |
| 31 | + "predeploy": "yarn run build", |
27 | 32 | "deploy": "gh-pages -d build" |
28 | 33 | }, |
29 | 34 | "eslintConfig": { |
|
36 | 41 | "not op_mini all" |
37 | 42 | ], |
38 | 43 | "devDependencies": { |
| 44 | + "@types/uuid": "^7.0.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "^2.28.0", |
| 46 | + "@typescript-eslint/parser": "^2.28.0", |
| 47 | + "babel-eslint": "^10.1.0", |
39 | 48 | "eslint": "^5.16.0", |
40 | 49 | "eslint-config-airbnb": "^17.1.0", |
41 | 50 | "eslint-config-prettier": "^4.1.0", |
42 | 51 | "eslint-plugin-import": "^2.17.1", |
43 | 52 | "eslint-plugin-jsx-a11y": "^6.2.1", |
44 | 53 | "eslint-plugin-react": "^7.12.4", |
| 54 | + "eslint-plugin-react-hooks": "^2.5.0", |
45 | 55 | "gh-pages": "^2.0.1", |
46 | 56 | "prettier": "^1.17.0" |
47 | 57 | } |
|
0 commit comments