-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
155 lines (155 loc) · 5.4 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "ember-cli-utilities",
"version": "4.0.1",
"description": "Utility Components / Services / Mixins for Ember",
"keywords": [
"ember-addon",
"utilities",
"services",
"mixins"
],
"license": "MIT",
"author": "Devonte Emokpae",
"repository": "https://github.com/devotox/ember-cli-utilities",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "ember test",
"lint:js": "eslint .",
"start": "ember serve",
"lint:css": "stylelint .",
"update": "ncu -u -a; yarn",
"test:all": "ember try:each",
"postrelease": "npm publish",
"build": "ember build --prod",
"release": "npm version patch",
"lint:hbs": "ember-template-lint .",
"postversion": "git push && git push --tags",
"deploy:release": "npm run release; npm run deploy",
"preversion": "npm run lint:hbs && npm run lint:js && npm run lint:css && npm test",
"nearley": "nearleyc app/grammar/index.ne -o app/grammar/index.js; node app/grammar/parser.js; rm -rf app/grammar/index.js",
"deploy": "ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\"; git push origin gh-pages; git checkout master",
"update:packages": "npx npm-check-updates -u --removeRange && yarn install --force --check-files --update-checksums --ignore-engines && yarn upgrade --force --ignore-engines",
"deploy:setup": "git add -A; git commit -m \"Added ember-cli-github-pages addon\"; git checkout --orphan gh-pages; rm -rf `bash -c \"ls -a | grep -vE '.gitignore|.git|node_modules|bower_components|([.]{1,2}/?$)'\"`; touch .gitkeep; git add -A; git commit -m \"initial gh-pages commit\"; git checkout master"
},
"dependencies": {
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@orbit/data": "0.17.0",
"@orbit/indexeddb": "0.17.2",
"@orbit/indexeddb-bucket": "0.17.0",
"@orbit/jsonapi": "0.17.1",
"@orbit/local-storage": "0.17.2",
"@orbit/local-storage-bucket": "0.17.0",
"animate.css": "4.1.1",
"ember-api-actions": "0.2.9",
"ember-auto-import": "2.6.3",
"ember-cli-babel": "7.26.11",
"ember-cli-build-notifications": "2.0.0",
"ember-cli-fastclick": "1.5.0",
"ember-cli-htmlbars": "6.2.0",
"ember-cli-moment-shim": "3.8.0",
"ember-cli-notifications": "8.0.0",
"ember-cli-pushjs": "2.0.8",
"ember-cli-roboto-fontface": "2.0.5",
"ember-cli-sass": "11.0.1",
"ember-hammertime": "1.6.0",
"ember-material-design-icons-shim": "0.1.13",
"ember-moment": "10.0.0",
"ember-offline": "devotox/ember-offline",
"ember-orbit": "0.17.3",
"ember-reactive-helpers": "devotox/ember-reactive-helpers",
"ember-simple-auth": "5.0.0",
"ember-skeleton": "devotox/ember-skeleton",
"ember-string-helpers": "devotox/ember-string-helpers",
"fast-sort": "3.4.0",
"flatted": "3.2.7",
"json-fn": "1.1.1",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"normalize.css": "8.0.1",
"sass": "1.63.6"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-catch-binding": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-pipeline-operator": "7.22.5",
"@babel/plugin-proposal-throw-expressions": "7.22.5",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/plugin-transform-block-scoping": "7.22.5",
"@ember/optional-features": "2.0.0",
"@babel/eslint-parser": "7.22.7",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "5.1.0",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-github-pages": "0.2.2",
"ember-cli-head": "2.0.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-localforage": "2.0.6",
"ember-cli-mirage": "2.4.0",
"ember-cli-sri": "2.1.1",
"ember-cli-string-helpers": "6.1.0",
"ember-cli-uglify": "3.0.0",
"ember-composable-helpers": "5.0.0",
"ember-concurrency": "3.0.0",
"ember-data": "5.1.1",
"ember-disable-prototype-extensions": "1.1.3",
"ember-export-application-global": "2.0.1",
"ember-fetch": "8.1.2",
"ember-get-config": "2.1.1",
"ember-href-to": "5.0.0",
"ember-in-viewport": "4.1.0",
"ember-intl": "5.7.2",
"ember-lifeline": "7.0.0",
"ember-load-initializers": "2.1.2",
"ember-math-helpers": "3.0.0",
"ember-maybe-import-regenerator": "1.0.0",
"ember-object-update": "0.5.1",
"ember-page-title": "7.0.0",
"ember-paper": "1.0.0-beta.36",
"ember-promise-helpers": "2.0.0",
"ember-qunit": "7.0.0",
"ember-resolver": "10.1.1",
"ember-route-action-helper": "2.0.8",
"ember-source": "5.1.2",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.11.0",
"ember-truth-helpers": "3.1.1",
"ember-try": "2.0.0",
"eslint": "8.44.0",
"eslint-plugin-ember": "11.10.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"loader.js": "4.7.0",
"prettier": "3.0.0",
"qunit-dom": "2.0.0",
"stylelint": "15.10.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-prettier": "4.0.0",
"stylelint-scss": "5.0.1"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "https://devotox.github.io/ember-cli-utilities"
},
"fastbootDependencies": [
"node-fetch"
],
"ember": {
"edition": "octane"
},
"volta": {
"node": "10.19.0",
"yarn": "1.22.19"
}
}