typo and easy compile script
[Verniy-Portfolio-Page.git] / package.json
blob1d4d12a33e3d1aea4332e61def8449b95bd522ed
2   "name": "verniy-portfolio",
3   "version": "1.0.0",
4   "description": "",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "author": "",
10   "license": "ISC",
11   "dependencies": {
12     "react": "^16.12.0",
13     "react-dom": "^16.12.0",
14     "tslib": "^1.10.0",
15     "typescript": "^3.7.5"
16   },
17   "devDependencies": {
18     "@types/react": "^16.9.19",
19     "@types/react-dom": "^16.9.5",
20     "ts-loader": "^6.2.1",
21     "webpack": "^4.41.5",
22     "webpack-cli": "^3.3.10"
23   }