-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hooks-pokedex-demo",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://timurrustamov.github.io/hooks-pokedex/",
"license": "MIT",
"scripts": {
"start": "parcel serve src/index.html",
"build": "rimraf dist; parcel build src/index.html --public-url https://timurrustamov.github.io/hooks-pokedex/",
"deploy": "yarn build && gh-pages -d dist"
},
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.10",
"axios": "^0.18.0",
"polished": "^2.3.3",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-router": "^4.3.1",
"react-spring": "^8.0.7",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-router": "^4.4.4",
"gh-pages": "^2.0.1",
"parcel-bundler": "^1.11.0",
"tslint": "^5.12.1",
"tslint-react-hooks": "^1.1.0",
"typescript": "^3.3.3"
}
}