forked from amaury1093/react-redux-auth0-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "react-redux-auth0-kit",
"version": "1.2.0",
"description": "Minimal starter boilerplate project with React, Redux, React Router and Auth0 authentication",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/amaurymartiny/react-redux-auth0-kit.git"
},
"keywords": [
"react",
"redux",
"react-router",
"auth0",
"boilerplate",
"starter"
],
"author": "Amaury Martiny",
"license": "MIT",
"bugs": {
"url": "https://github.com/amaurymartiny/react-redux-auth0-kit/issues"
},
"dependencies": {
"@material-ui/core": "^3.8.1",
"@material-ui/icons": "^3.0.1",
"auth0-lock": "11.12.1",
"jwt-decode": "2.2.0",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "6.0.0",
"react-router-dom": "4.3.1",
"redux": "4.0.1"
},
"devDependencies": {
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.7.1",
"jest-localstorage-mock": "2.4.0",
"react-scripts": "2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"pretest": "npm run lint",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src/"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}