-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
{
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.8",
"babel-plugin-styled-components": "^2.0.2",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"prettier": "^1.19.1",
"prettier-airbnb-config": "^1.0.0",
"style-loader": "^3.3.1"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"axios": "^0.24.0",
"babel-loader": "^8.2.3",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"styled-components": "^5.3.3",
"styled-icons": "^10.45.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"name": "advance-react-store",
"description": "React store with all hooks in react, this app will can use google maps api and other features like strapi for CMS",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack --mode production",
"lint": "./node_modules/.bin/eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taberoajorge/advance-react-store.git"
},
"keywords": [
"styled-components",
"ReactJs",
"Javscript",
"eslint-airbnb-config",
"prettier",
"babel",
"webpack"
],
"author": "Jorge Taberoa <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/taberoajorge/advance-react-store/issues"
},
"homepage": "https://github.com/taberoajorge/advance-react-store#readme"
}