-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "marvel-chars_finder",
"version": "0.2",
"description": "Test",
"main": "dist/index.js",
"repository": "https://github.com/savio591/marvel-chars_finder",
"author": "savio591 <savio591@hotmail.com>",
"license": "MIT",
"scripts": {
"dev": "webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/md5": "^2.3.0",
"@types/react": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.1",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3",
"md5": "^2.3.0",
"react-refresh": "^0.10.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"typescript": "^4.2.4",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.3"
}
}