-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "@embroider/app-blueprint",
"version": "0.19.0",
"description": "Blueprint for next generation of Ember apps",
"keywords": [
"ember-blueprint"
],
"repository": {
"type": "git",
"url": "[email protected]:embroider-build/app-blueprint.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "vitest",
"output": "node ./lib/bin/new-app.mjs",
"output:fixture": "node ./lib/bin/output-fixture.mjs"
},
"dependencies": {
"ember-cli": "^6.0.0",
"lodash": "^4.17.21",
"walk-sync": "^3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"eslint": "9.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"execa": "^9.1.0",
"globals": "^15.3.0",
"prettier": "^3.2.5",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-plan": "^0.9.0",
"resolve-bin": "^1.0.1",
"strip-ansi": "^7.1.0",
"tmp-promise": "^3.0.3",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}