|
| 1 | +{ |
| 2 | + "name": "unique-recruitment-form", |
| 3 | + "version": "2.0.0", |
| 4 | + "description": "the form for recruitment of Unique Studio", |
| 5 | + "author": "@winderica", |
| 6 | + "private": true, |
| 7 | + "homepage": "/", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/UniqueStudio/UniqueRecruitmentForm.git" |
| 11 | + }, |
| 12 | + "contributors": [ |
| 13 | + { |
| 14 | + "name": "winderica", |
| 15 | + "email": "winderica@gmail.com" |
| 16 | + } |
| 17 | + ], |
| 18 | + "dependencies": { |
| 19 | + "@material-ui/core": "^4.2.0", |
| 20 | + "@material-ui/icons": "^4.2.1", |
| 21 | + "classnames": "^2.2.6", |
| 22 | + "node-sass": "^4.11.0", |
| 23 | + "react": "^16.9.0", |
| 24 | + "react-autosuggest": "^9.4.3", |
| 25 | + "react-dom": "^16.9.0", |
| 26 | + "react-scripts": "^3.1.1", |
| 27 | + "typescript": "^3.5.2" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@types/classnames": "^2.2.7", |
| 31 | + "@types/node": "^10.12.20", |
| 32 | + "@types/react": "^16.9.2", |
| 33 | + "@types/react-autocomplete": "^1.8.5", |
| 34 | + "@types/react-autosuggest": "^9.3.9", |
| 35 | + "@types/react-dom": "^16.9.0", |
| 36 | + "font-spider": "^1.3.4", |
| 37 | + "redux-devtools-extension": "^2.13.7", |
| 38 | + "tslint": "^5.19.0" |
| 39 | + }, |
| 40 | + "scripts": { |
| 41 | + "start": "react-scripts start", |
| 42 | + "build": "react-scripts build", |
| 43 | + "test": "react-scripts test --env=jsdom", |
| 44 | + "eject": "react-scripts eject" |
| 45 | + }, |
| 46 | + "browserslist": [ |
| 47 | + ">0.2%", |
| 48 | + "not dead", |
| 49 | + "not ie <= 11", |
| 50 | + "not op_mini all" |
| 51 | + ] |
| 52 | +} |
0 commit comments