-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"version": "6.0.0",
"private": true,
"repository": "https://github.com/mainmatter/ember-simple-auth",
"scripts": {
"changelog": "lerna-changelog",
"diagrams": "mmdc -i guides/assets/esa-initial-flow.txt -o guides/assets/esa-initial-flow.svg",
"heroku-postbuild": "pnpm run --filter test-app build -prod",
"release": "release-it"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-proposal-decorators": "7.28.6",
"@babel/preset-env": "7.28.6",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@mermaid-js/mermaid-cli": "11.12.0",
"@release-it-plugins/lerna-changelog": "8.0.1",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-simplabs": "0.4.0",
"eslint-plugin-ember": "12.7.5",
"eslint-plugin-n": "17.23.2",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-qunit": "8.2.5",
"globals": "17.0.0",
"lerna-changelog": "2.2.0",
"release-it": "19.0.6",
"release-plan": "0.17.2"
},
"volta": {
"node": "24.13.0",
"pnpm": "10.28.1"
},
"packageManager": "pnpm@10.28.1"
}