|
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 | 16 | "clone": "rm -rf ember-api-docs-data && git clone --depth=1 https://github.com/ember-learn/ember-api-docs-data.git",
|
17 |
| - "build": "ember build --environment=production", |
| 17 | + "build": "vite build", |
18 | 18 | "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
|
19 | 19 | "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
|
20 | 20 | "lint:hbs": "ember-template-lint .",
|
21 | 21 | "lint:hbs:fix": "ember-template-lint . --fix",
|
22 | 22 | "lint:js": "eslint . --cache",
|
23 | 23 | "start:local": "API_HOST=http://localhost:5050 ember serve",
|
24 | 24 | "lint:js:fix": "eslint . --fix",
|
25 |
| - "start": "ember serve", |
| 25 | + "start": "vite", |
26 | 26 | "test:browserstack": "node run-tests.js",
|
27 | 27 | "test:ember": "ember test"
|
28 | 28 | },
|
|
40 | 40 | "@glint/environment-ember-loose": "^0.9.7",
|
41 | 41 | "@percy/cli": "^1.28.7",
|
42 | 42 | "@percy/ember": "^4.2.0",
|
| 43 | + "@rollup/plugin-babel": "^6.0.4", |
43 | 44 | "@tsconfig/ember": "^1.0.1",
|
44 | 45 | "@types/ember": "^4.0.2",
|
45 | 46 | "@types/ember-qunit": "^5.0.2",
|
|
78 | 79 | "ember-cli-deploy-build": "^1.1.0",
|
79 | 80 | "ember-cli-deploy-gzip": "^1.0.0",
|
80 | 81 | "ember-cli-deprecation-workflow": "^3.0.1",
|
81 |
| - "ember-cli-document-title-northm": "^1.0.3", |
82 |
| - "ember-cli-fastboot": "^4.1.5", |
83 | 82 | "ember-cli-htmlbars": "^6.1.1",
|
84 |
| - "@rollup/plugin-babel": "^6.0.4", |
85 | 83 | "ember-cli-inject-live-reload": "^2.1.0",
|
86 | 84 | "ember-cli-meta-tags": "^7.0.0",
|
87 | 85 | "ember-cli-sass": "^10.0.1",
|
|
91 | 89 | "ember-concurrency": "^2.3.7",
|
92 | 90 | "ember-data": "~3.28.6",
|
93 | 91 | "ember-export-application-global": "^2.0.1",
|
94 |
| - "ember-fetch": "^8.1.1", |
95 | 92 | "ember-inflector": "^4.0.3",
|
96 | 93 | "ember-load-initializers": "^2.1.2",
|
97 | 94 | "ember-maybe-import-regenerator": "^0.1.6",
|
98 | 95 | "ember-metrics": "^1.5.2",
|
99 |
| - "ember-page-title": "^6.2.2", |
| 96 | + "ember-page-title": "^8.2.3", |
100 | 97 | "ember-power-select": "^7.2.0",
|
101 | 98 | "ember-qunit": "^5.1.5",
|
102 | 99 | "ember-resolver": "^8.0.3",
|
|
134 | 131 | "node-sass": "^9.0.0",
|
135 | 132 | "normalize.css": "^8.0.1",
|
136 | 133 | "npm-run-all": "^4.1.5",
|
137 |
| - "prember": "^2.1.0", |
138 | 134 | "prettier": "^2.5.1",
|
139 | 135 | "qunit": "^2.17.2",
|
140 | 136 | "qunit-dom": "^1.6.0",
|
141 | 137 | "sanitize-html": "^2.3.2",
|
142 | 138 | "semver": "^7.5.4",
|
143 | 139 | "semver-compare": "^1.0.0",
|
| 140 | + "showdown": "^2.1.0", |
144 | 141 | "spawndamnit": "2.0.0",
|
145 | 142 | "testem": "^3.10.0",
|
146 | 143 | "typescript": "^4.9.3",
|
147 |
| - "webpack": "^5.90.0" |
148 | 144 | "vite": "^5.3.4",
|
| 145 | + "webpack": "^5.90.0" |
149 | 146 | },
|
| 147 | + "packageManager": "[email protected]", |
150 | 148 | "engines": {
|
151 | 149 | "node": "16.* || 18.* || 20.*",
|
152 | 150 | "npm": "7 || 8 || >= 9"
|
153 | 151 | },
|
| 152 | + "pnpm": { |
| 153 | + "overrides": { |
| 154 | + "ember-get-config": "github:mansona/ember-get-config#config-meta-loader", |
| 155 | + "ember-truth-helpers": "^4.0.0", |
| 156 | + "node-sass": "^9.0.0" |
| 157 | + }, |
| 158 | + "patchedDependencies": { |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + } |
| 163 | + }, |
154 | 164 | "cacheDirectories": [
|
155 | 165 | "node_modules"
|
156 | 166 | ],
|
157 | 167 | "ember": {
|
158 | 168 | "edition": "octane"
|
159 | 169 | },
|
160 |
| - "fastbootDependencies": [ |
161 |
| - "algoliasearch", |
162 |
| - "node-fetch", |
163 |
| - "abortcontroller-polyfill", |
164 |
| - "abortcontroller-polyfill/dist/cjs-ponyfill" |
165 |
| - ], |
166 | 170 | "ember-addon": {
|
167 | 171 | "paths": [
|
168 | 172 | "lib/api-docs-data"
|
169 | 173 | ]
|
170 | 174 | },
|
171 |
| - "pnpm": { |
172 |
| - "overrides": { |
173 |
| - "node-sass": "^9.0.0", |
174 |
| - "ember-truth-helpers": "^4.0.0" |
175 |
| - } |
176 |
| - }, |
177 |
| - "packageManager": "[email protected]" |
| 175 | + "fastbootDependencies": [ |
| 176 | + "algoliasearch", |
| 177 | + "node-fetch", |
| 178 | + "abortcontroller-polyfill", |
| 179 | + "abortcontroller-polyfill/dist/cjs-ponyfill" |
| 180 | + ] |
178 | 181 | }
|
0 commit comments