-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 KB
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
64
65
66
67
68
69
70
71
{
"name": "sherco",
"version": "1.0.0",
"description": "react app for sherco mx",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hebotech/sherco.git"
},
"keywords": [
"react",
"index"
],
"workspaces": [
"./src/components/Utilities/*"
],
"author": "irfdev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hebotech/sherco/issues"
},
"homepage": "https://github.com/Hebotech/sherco#readme",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"prettier": "^2.2.1",
"react-hot-loader": "^4.12.21",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@reach/router": "^1.3.4",
"axios": "^0.20.0",
"babel-eslint": "^10.1.0",
"babel-preset-es2015": "^6.24.1",
"gsap": "^3.5.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-refetch": "^3.0.1",
"react-swipeable-views": "^0.14.0-alpha.0",
"react-swipeable-views-utils": "^0.14.0-alpha.0",
"redux": "^4.0.5",
"swiper": "^6.2.0"
}
}