-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.96 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.96 KB
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
{
"name": "docs-app",
"version": "0.0.0",
"private": true,
"description": "Small description for docs-app goes here",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build:dev": "pnpm ember build --environment=production",
"lint": "pnpm -w exec lint",
"lint:fix": "pnpm -w exec lint fix",
"lint:js": "pnpm -w exec lint js",
"lint:js:fix": "pnpm -w exec lint js:fix",
"lint:hbs": "pnpm -w exec lint hbs",
"lint:hbs:fix": "pnpm -w exec lint hbs:fix",
"lint:prettier:fix": "pnpm -w exec lint prettier:fix",
"lint:prettier": "pnpm -w exec lint prettier",
"lint:types": "glint",
"start": "concurrently 'ember serve' 'pnpm _syncPnpm --watch' --names 'docs serve,docs sync deps'",
"test": "ember test",
"test:ember": "ember test",
"_syncPnpm": "pnpm sync-dependencies-meta-injected"
},
"dependencies": {
"assert": "^2.0.0",
"docs-api": "workspace:*",
"ember-focus-trap": "^1.1.0",
"ember-headless-form": "^1.0.0-beta.3",
"ember-modifier": "^4.1.0",
"ember-primitives": "workspace:*",
"ember-repl": "^3.0.0-beta.7",
"ember-route-template": "^1.0.3",
"ember-velcro": "^2.1.3",
"hash": "^0.2.1",
"highlight.js": "^11.8.0",
"highlightjs-glimmer": "^2.2.1",
"lodash.sortby": "^4.7.0",
"lorem-ipsum": "^2.0.8",
"path-browserify": "^1.0.1",
"reactiveweb": "^0.1.0",
"tracked-built-ins": "^3.2.0"
},
"dependenciesMeta": {
"ember-primitives": {
"injected": true
}
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
"@ember/test-waiters": "^3.1.0",
"@embroider/compat": "3.4.1-unstable.5010f91",
"@embroider/core": "3.4.3-unstable.5010f91",
"@embroider/webpack": "3.2.2-unstable.5010f91",
"@glimmer/compiler": "^0.85.12",
"@glimmer/component": "^1.1.2",
"@glimmer/syntax": "^0.85.12",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.1.0",
"@glint/environment-ember-loose": "^1.1.0",
"@glint/environment-ember-template-imports": "^1.1.0",
"@glint/template": "^1.1.0",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@tsconfig/ember": "^3.0.0",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.7",
"@types/qunit": "^2.19.8",
"@types/rsvp": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-a11y-testing": "^6.1.1",
"ember-auto-import": "^2.5.0",
"ember-cached-decorator-polyfill": "^1.0.2",
"ember-cli": "~5.4.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.1.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-resources": "^6.4.0",
"ember-source": "~5.4.0",
"ember-template-imports": "^3.4.2",
"ember-template-lint": "^5.12.0",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^8.0.0",
"globby": "^14.0.0",
"loader.js": "^4.7.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10",
"prettier": "^3.1.0",
"prettier-plugin-ember-template-tag": "^1.1.0",
"qunit": "^2.19.3",
"qunit-assertions-extra": "^1.0.3",
"qunit-dom": "^3.0.0",
"typedoc": "^0.25.3",
"typescript": "^5.3.2",
"unplugin": "^1.5.1",
"webpack": "^5.89.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
},
"ember": {
"edition": "octane"
}
}