forked from okta/okta-oidc-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
{
"name": "@okta/okta-react",
"version": "0.0.12",
"description": "React support for Okta",
"main": "./dist/index.js",
"scripts": {
"build": "rimraf dist/ && babel src -d dist",
"build:harness": "npm --prefix test/e2e/harness install",
"lint": "eslint src/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build",
"prestart": "npm run build && npm run build:harness",
"start": "npm run --prefix test/e2e/harness start",
"pretest": "npm run build && npm run build:harness",
"test": "npm run --prefix test/e2e/harness test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okta/okta-oidc-js.git"
},
"keywords": [
"oauth2"
],
"files": [
"dist",
"src"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/okta/okta-oidc-js/issues"
},
"homepage": "https://github.com/okta/okta-oidc-js#readme",
"dependencies": {
"@okta/okta-auth-js": "^1.8.0",
"babel-runtime": "^6.26.0",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=15",
"react-router": ">=4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.0.2",
"eslint": "^4.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"eslint-watch": "^3.1.2",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"polished": "^1.7.0",
"protractor": "^5.1.2",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"rimraf": "^2.6.2",
"styled-components": "^2.1.2"
}
}