-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.33 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.33 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "ember-cli-flash",
"version": "7.0.0",
"description": "Simple, highly configurable flash messages for ember-cli",
"keywords": [
"ember-addon",
"ember",
"ember-cli",
"flash messages",
"flash",
"growl",
"toast",
"notifications",
"notify"
],
"homepage": "https://github.com/adopted-ember-addons/ember-cli-flash",
"bugs": "https://github.com/adopted-ember-addons/ember-cli-flash/issues",
"repository": "https://github.com/adopted-ember-addons/ember-cli-flash",
"license": "MIT",
"author": "Lauren Tan",
"contributors": [
{
"name": "Mike North"
},
{
"name": "Scott Batson"
},
{
"name": "Brian Runnells"
},
{
"name": "NullVoxPopuli"
}
],
"imports": {
"#src/*": "./src/*"
},
"exports": {
".": {
"types": "./declarations/index.d.ts",
"default": "./dist/index.js"
},
"./addon-main.js": "./addon-main.cjs",
"./*.css": "./dist/*.css",
"./*": {
"types": "./declarations/*.d.ts",
"default": "./dist/*.js"
}
},
"files": [
"addon-main.cjs",
"declarations",
"dist",
"src"
],
"scripts": {
"build": "rollup --config",
"format": "prettier . --cache --write",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",
"lint:format": "prettier . --cache --check",
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:publish": "pnpm build && publint run --level error",
"lint:types": "ember-tsc --noEmit",
"prepack": "rollup --config",
"start": "vite dev",
"test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0"
},
"dependencies": {
"@embroider/addon-shim": "^1.10.2",
"decorator-transforms": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-transform-typescript": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@ember/app-tsconfig": "^2.0.0",
"@ember/library-tsconfig": "^2.0.0",
"@ember/test-helpers": "^5.4.1",
"@ember/test-waiters": "^4.1.1",
"@embroider/addon-dev": "^8.3.0",
"@embroider/compat": "^4.1.13",
"@embroider/core": "^4.4.3",
"@embroider/macros": "^1.19.7",
"@embroider/vite": "^1.5.2",
"@eslint/js": "^9.39.2",
"@glimmer/component": "^2.0.0",
"@glint/ember-tsc": "^1.1.1",
"@glint/template": "^1.7.4",
"@glint/tsserver-plugin": "^2.1.0",
"@rollup/plugin-babel": "^6.1.0",
"@types/qunit": "^2.19.13",
"babel-plugin-ember-template-compilation": "^4.0.0",
"bootstrap": "^5.3.8",
"concurrently": "^9.2.1",
"ember-modifier": "^4.3.0",
"ember-page-title": "^9.0.3",
"ember-qunit": "^9.0.4",
"ember-source": "^6.10.1",
"ember-strict-application-resolver": "^0.1.1",
"ember-template-lint": "^7.9.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-ember": "^12.7.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.23.2",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"prettier-plugin-ember-template-tag": "^2.1.3",
"publint": "^0.3.17",
"qunit": "^2.25.0",
"qunit-dom": "^3.5.0",
"release-plan": "^0.17.4",
"rollup": "^4.57.1",
"testem": "^3.17.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1"
},
"peerDependencies": {
"@embroider/macros": "^1.13.2",
"ember-modifier": ">= 4.0.0"
},
"packageManager": "pnpm@10.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc",
"engines": {
"node": ">= 24",
"pnpm": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"version": 2,
"type": "addon",
"main": "addon-main.cjs",
"app-js": {
"./components/flash-message.js": "./dist/_app_/components/flash-message.js",
"./services/flash-messages.js": "./dist/_app_/services/flash-messages.js"
}
}
}