|
1 | 1 | { |
2 | 2 | "name": "ember-api-docs", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.0.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "Small description for ember-api-docs goes here", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/ember-learn/ember-api-docs.git" |
9 | | - }, |
| 6 | + "repository": "", |
10 | 7 | "license": "MIT", |
11 | | - "author": "Ember Learning Team and contributors", |
| 8 | + "author": "", |
12 | 9 | "directories": { |
| 10 | + "doc": "doc", |
13 | 11 | "test": "tests" |
14 | 12 | }, |
15 | 13 | "scripts": { |
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", |
18 | | - "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
19 | | - "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", |
| 14 | + "build": "vite build", |
| 15 | + "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 16 | + "lint:css": "stylelint \"**/*.css\"", |
| 17 | + "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
| 18 | + "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
20 | 19 | "lint:hbs": "ember-template-lint .", |
21 | 20 | "lint:hbs:fix": "ember-template-lint . --fix", |
22 | 21 | "lint:js": "eslint . --cache", |
23 | | - "start:local": "API_HOST=http://localhost:5050 ember serve", |
24 | 22 | "lint:js:fix": "eslint . --fix", |
25 | | - "start": "ember serve", |
26 | | - "test:browserstack": "node run-tests.js", |
27 | | - "test:ember": "ember test" |
| 23 | + "start": "vite", |
| 24 | + "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 25 | + "test:ember": "vite build --mode test && ember test --path dist" |
28 | 26 | }, |
29 | 27 | "devDependencies": { |
30 | 28 | "@ember/optional-features": "^2.0.0", |
31 | 29 | "@ember/test-helpers": "^2.6.0", |
32 | | - "@embroider/compat": "^3.4.3", |
33 | | - "@embroider/core": "^3.4.3", |
| 30 | + "@embroider/compat": "3.6.2-unstable.a691d39", |
| 31 | + "@embroider/config-meta-loader": "0.0.1-unstable.a691d39", |
| 32 | + "@embroider/core": "3.4.16-unstable.a691d39", |
| 33 | + "@embroider/test-setup": "4.0.1-unstable.a691d39", |
| 34 | + "@embroider/vite": "0.2.1-unstable.a691d39", |
34 | 35 | "@embroider/webpack": "^3.2.1", |
35 | 36 | "@glimmer/component": "^1.1.2", |
36 | 37 | "@glimmer/tracking": "^1.1.2", |
37 | 38 | "@glint/core": "^0.9.7", |
38 | 39 | "@glint/environment-ember-loose": "^0.9.7", |
39 | 40 | "@percy/cli": "^1.28.7", |
40 | 41 | "@percy/ember": "^4.2.0", |
| 42 | + "@rollup/plugin-babel": "^6.0.4", |
41 | 43 | "@tsconfig/ember": "^1.0.1", |
42 | 44 | "@types/ember": "^4.0.2", |
43 | 45 | "@types/ember-qunit": "^5.0.2", |
|
59 | 61 | "bootstrap": "^4.6.2", |
60 | 62 | "bourbon": "5.1.0", |
61 | 63 | "bourbon-neat": "^1.9.1", |
62 | | - "broccoli-asset-rev": "^3.0.0", |
63 | 64 | "broccoli-funnel": "^2.0.1", |
64 | 65 | "ember-a11y-testing": "^5.2.1", |
65 | 66 | "ember-anchor": "^1.0.3", |
66 | 67 | "ember-auto-import": "^2.7.2", |
67 | 68 | "ember-cli": "~3.28.6", |
68 | | - "ember-cli-app-version": "^5.0.0", |
69 | 69 | "ember-cli-autoprefixer": "^1.0.0", |
70 | 70 | "ember-cli-babel": "^7.26.10", |
71 | 71 | "ember-cli-bourbon": "^2.0.1", |
72 | 72 | "ember-cli-browserstack": "^1.0.1", |
73 | 73 | "ember-cli-clipboard": "^1.1.0", |
74 | | - "ember-cli-dependency-checker": "^3.2.0", |
75 | 74 | "ember-cli-deploy": "^1.0.1", |
76 | 75 | "ember-cli-deploy-build": "^1.1.0", |
77 | 76 | "ember-cli-deploy-gzip": "^1.0.0", |
78 | 77 | "ember-cli-deprecation-workflow": "^3.0.1", |
79 | 78 | "ember-cli-document-title-northm": "^1.0.3", |
80 | | - "ember-cli-fastboot": "^4.1.5", |
81 | 79 | "ember-cli-htmlbars": "^6.1.1", |
82 | 80 | "ember-cli-inject-live-reload": "^2.1.0", |
83 | 81 | "ember-cli-meta-tags": "^7.0.0", |
84 | 82 | "ember-cli-sass": "^10.0.1", |
85 | 83 | "ember-cli-showdown": "^9.0.1", |
86 | | - "ember-cli-terser": "^4.0.2", |
87 | 84 | "ember-composable-helpers": "^3.1.1", |
88 | 85 | "ember-concurrency": "^2.3.7", |
89 | 86 | "ember-data": "~3.28.6", |
90 | | - "ember-data-fastboot": "https://github.com/cardstack/ember-data-fastboot#6e6fb8bbf0b405ae174160cc1e4833c5582f68cd", |
91 | 87 | "ember-export-application-global": "^2.0.1", |
92 | | - "ember-fetch": "^8.1.1", |
93 | 88 | "ember-inflector": "^4.0.3", |
94 | 89 | "ember-load-initializers": "^2.1.2", |
95 | 90 | "ember-maybe-import-regenerator": "^0.1.6", |
|
132 | 127 | "node-sass": "^9.0.0", |
133 | 128 | "normalize.css": "^8.0.1", |
134 | 129 | "npm-run-all": "^4.1.5", |
135 | | - "prember": "^2.1.0", |
136 | 130 | "prettier": "^2.5.1", |
137 | 131 | "qunit": "^2.17.2", |
138 | 132 | "qunit-dom": "^1.6.0", |
|
142 | 136 | "spawndamnit": "2.0.0", |
143 | 137 | "testem": "^3.10.0", |
144 | 138 | "typescript": "^4.9.3", |
| 139 | + "vite": "^5.4.3", |
145 | 140 | "webpack": "^5.90.0" |
146 | 141 | }, |
147 | 142 | "engines": { |
148 | 143 | "node": "16.* || 18.* || 20.*", |
149 | 144 | "npm": "7 || 8 || >= 9" |
150 | 145 | }, |
151 | | - "cacheDirectories": [ |
152 | | - "node_modules" |
153 | | - ], |
154 | 146 | "ember": { |
155 | 147 | "edition": "octane" |
156 | 148 | }, |
|
163 | 155 | "ember-addon": { |
164 | 156 | "paths": [ |
165 | 157 | "lib/api-docs-data" |
166 | | - ] |
| 158 | + ], |
| 159 | + "type": "app", |
| 160 | + "version": 2 |
| 161 | + }, |
| 162 | + "exports": { |
| 163 | + "./tests/*": "./tests/*", |
| 164 | + "./*": "./app/*" |
167 | 165 | }, |
168 | 166 | "pnpm": { |
169 | 167 | "overrides": { |
|
0 commit comments