-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 970 Bytes
/
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": "pokedex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ctrl/tinycolor": "^2.4.0",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"axois": "^1.0.0",
"normalize.css": "^8.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.2",
"parcel": "^1.12.3",
"sass": "^1.19.0",
"typescript": "^3.4.5"
}
}