-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.7 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "material-dashboard-react",
"version": "1.5.0",
"description": "Material Dashboard React. Coded by Dr Silas Wiggin",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@devexpress/dx-react-core": "^1.11.1",
"@devexpress/dx-react-grid": "^1.11.1",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^4.0.0-alpha.16",
"@types/googlemaps": "3.30.13",
"@types/markerclustererplus": "2.1.33",
"ajv": "^5.0.0",
"amazon-product-api": "^0.4.4",
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"browserlist": "^1.0.0",
"caniuse-lite": "^1.0.30000974",
"chartist": "0.10.1",
"classnames": "2.2.6",
"countries-api": "^2.0.2",
"express": "^4.17.1",
"flow-bin": "^0.92.1",
"jest-cli": "^23.6.0",
"jquery": "^3.4.1",
"json-server": "^0.15.0",
"material-ui-color-picker": "^3.2.0",
"npm-run-all": "^4.1.5",
"perfect-scrollbar": "1.4.0",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-chartist": "0.13.1",
"react-color": "^2.17.3",
"react-dom": "^16.7.0-alpha.2",
"react-flags": "^0.1.18",
"react-google-maps": "9.4.5",
"react-redux": "^6.0.1",
"react-responsive-carousel": "^3.1.49",
"react-router-dom": "4.3.1",
"react-scripts": "^2.1.8",
"react-stripe-elements": "^2.0.1",
"react-swipeable-views": "0.12.17",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"serve": "^10.1.2",
"stripe": "^6.36.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saulwiggin"
},
"keywords": [],
"author": "Dr Silas Wiggin",
"license": "MIT",
"bugs": {
"url": "https://github.com/saulwiggin"
},
"homepage": "https://react-production.herokuapp.com",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-import-rename": "1.0.1",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.1",
"node-sass-chokidar": "^1.3.5",
"react-test-renderer": "^16.8.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}