-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 2.54 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
{
"name": "@cardstack/auth0",
"version": "0.7.7",
"description": "auth0 authentication plugin for Cardstack",
"keywords": [
"ember-addon",
"cardstack-plugin"
],
"author": "Hassan Abdel-Rahman <[email protected]>",
"repository": "https://github.com/cardstack/cardstack-auth0",
"cardstack-plugin": {
"api-version": 1,
"src": "cardstack"
},
"license": "MIT",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember serve",
"test": "ember try:each"
},
"dependencies": {
"@cardstack/authentication": "0.14.24-alpha.0",
"@cardstack/di": "0.14.24-alpha.0",
"@cardstack/logger": "^0.2.0",
"@cardstack/plugin-utils": "0.14.24-alpha.0",
"bowser": "^1.9.2",
"ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0",
"ember-concurrency": "^0.10.0",
"eslint-plugin-node": "^8.0.0",
"handlebars": "^4.0.6",
"jsonpatch": "^3.0.1",
"jsonwebtoken": "^8.1.0",
"koa-better-route": "^0.1.0",
"koa-compose": "^3.2.1",
"lodash": "^4.17.11",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"torii": "https://github.com/ef4/torii#925ea3149cc9e35b77e39450cd634c65200768ce"
},
"devDependencies": {
"@cardstack/eslint-config": "0.14.24-alpha.0",
"@cardstack/jsonapi": "0.14.24-alpha.0",
"@cardstack/models": "0.14.24-alpha.0",
"@cardstack/test-support": "0.14.24-alpha.0",
"@ember/jquery": "^0.5.2",
"broccoli-asset-rev": "^2.7.0",
"ember-cli": "~3.5.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.1.0-beta.2",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^2.1.0",
"ember-data": "^3.5.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-lodash": "^4.17.5",
"ember-resolver": "^5.0.1",
"ember-source": "~3.8.0",
"ember-test-helpers": "^0.6.3",
"ember-try": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.9.0",
"eslint-plugin-ember": "^6.0.1",
"eslint-plugin-mocha": "^5.2.0",
"loader.js": "^4.7.0"
},
"engines": {
"node": ">= 8"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}