-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.62 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
{
"name": "ember-data-bootstrap3-forms",
"version": "3.10.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
],
"repository": {
"type": "git",
"url": "https://github.com/cybertoothca/ember-data-bootstrap3-forms.git"
},
"license": "MIT",
"author": {
"name": "cybertooth.io",
"email": "dev@cybertooth.io",
"url": "http://cybertooth.io"
},
"contributors": [
{
"name": "Dan Nelson",
"email": "dan@cybertooth.io",
"url": "https://nadnoslen.github.io/"
}
],
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"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-cli-babel": "^7.7.3",
"ember-cli-htmlbars": "^6.0.1"
},
"devDependencies": {
"@ember/jquery": "^2.0",
"@ember/optional-features": "^2.0.0",
"bootstrap": "3.4.1",
"bootstrap-sass": "3.4.1",
"bootswatch": "^3.3.7",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.10.1",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-deploy": "^1.0.1",
"ember-cli-deploy-build": "^2.0.0",
"ember-cli-deploy-gzip": "^2.0.1",
"ember-cli-deploy-s3": "^3.1.0",
"ember-cli-eslint": "^5.1.0",
"ember-cli-htmlbars-inline-precompile": "^3.0.2",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sass": "^10.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^1.0.0-beta.1",
"ember-cli-uglify": "^3.0.0",
"ember-cli-update": "^1.0",
"ember-data": "~3.10.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.0.0",
"ember-maybe-import-regenerator": "^1.0.0",
"ember-qunit": "^4.4.1",
"ember-resolver": "^8.0.3",
"ember-route-action-helper": "^2.0.6",
"ember-source": "~3.10.0",
"ember-source-channel-url": "^3.0.0",
"ember-try": "^2.0.0",
"eslint-plugin-ember": "^6.2.0",
"eslint-plugin-node": "^11.1.0",
"font-awesome": "4.7",
"loader.js": "^4.7.0",
"prettier": "^2.6.2",
"qunit-dom": "0.9",
"sass": "~1.14.3"
},
"engines": {
"node": "8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}