-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.32 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "ember-cli-text-support-mixins",
"version": "3.16.2",
"description": "Ember.TextSupport enhancements including a {{input-text}} and {{text-area}} component.",
"keywords": [
"Autofocus",
"Ctrl+Enter",
"Escape Clears",
"Focus Selects",
"Ember.TextSupport",
"ember-addon"
],
"license": "MIT",
"author": {
"name": "cybertooth.io",
"email": "[email protected]",
"url": "http://cybertooth.io"
},
"contributors": [
{
"name": "Dan Nelson",
"email": "[email protected]",
"url": "https://nadnoslen.github.io/"
}
],
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/cybertoothca/ember-cli-text-support-mixins.git"
},
"scripts": {
"build": "ember build --environment=production",
"ember-cli-update": "ember-cli-update",
"ember-cli-update:codemods": "ember-cli-update --run-codemods",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each",
"update-browserslist": "npx browserslist@latest --update-db"
},
"dependencies": {
"ember-auto-import": "^2.4.1",
"ember-cli-babel": "^7.17.2",
"ember-cli-element-closest-polyfill": "^0.0.2",
"ember-cli-htmlbars": "^6.0.1",
"keyevent": "^2.0.0"
},
"devDependencies": {
"@ember/jquery": "^2.0.0",
"@ember/optional-features": "^2.0.0",
"@fortawesome/ember-fontawesome": "^0.3.2",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.1.0",
"broccoli-asset-rev": "^3.0.0",
"clipboard": "^2.0.2",
"ct-emberjs-bling": "^3.10.1",
"ember-cli": "~3.16.2",
"ember-cli-app-version": "^5.0.0",
"ember-cli-bootstrap-4": "^0.13.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-deploy": "^1.0.2",
"ember-cli-deploy-build": "^2.0.0",
"ember-cli-deploy-gzip": "^2.0.1",
"ember-cli-deploy-s3": "^3.1.0",
"ember-cli-deploy-slack": "^1.0.1",
"ember-cli-eslint": "^5.1.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sass": "^10.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^2.0.2",
"ember-cli-uglify": "^3.0.0",
"ember-cli-update": "^1.0.1",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.3",
"ember-route-action-helper": "^2.0.6",
"ember-source": "~3.16.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
"eslint-plugin-ember": "^7.7.2",
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"popper.js": "^1.14.0",
"prettier": "^2.6.2",
"qunit-dom": "^2.0.0",
"sass": "^1.50.0",
"webpack": "^5.72.0"
},
"engines": {
"node": "10.* || >= 12"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://ember-cli-text-support-mixins.cybertooth.io/"
}
}