This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
143 lines (143 loc) · 4.7 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
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
{
"name": "mx-ui-components",
"version": "3.0.0",
"description": "Meroxa UI component library",
"keywords": [
"ember-addon"
],
"repository": {
"type": "git",
"url": "https://github.com/ConduitIO/mx-ui-components.git"
},
"license": "Apache-2.0",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:css": "stylelint \"**/*.css\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test-coverage": "COVERAGE=true ember test",
"test:ember-compatibility": "ember try:each",
"storybook": "ember serve & start-storybook -p 6006 -s dist",
"build:dev": "ember build && build-storybook -s dist",
"build:prod": "ember build && build-storybook -s dist",
"chromatic": "npx chromatic --build-script-name 'build:prod'",
"build-storybook": "yarn run build:prod --"
},
"dependencies": {
"@ember/string": "^3.1.1",
"ember-auto-import": "^2.7.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-concurrency": "^4.0.0",
"ember-keyboard": "8.2.1",
"ember-modifier": "^4.1.0",
"ember-named-blocks-polyfill": "^0.2.5",
"ember-root-url": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/test-helpers": "^3.3.0",
"@embroider/macros": "^1.14.0",
"@embroider/test-setup": "^3.0.3",
"@embroider/util": "^1.12.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@meroxa/ui-base": "https://github.com/meroxa/ui-base.git#v2.0.0",
"@storybook/addon-a11y": "^7.0.11",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/ember": "6.5.14",
"@storybook/ember-cli-storybook": "^0.6.0",
"@storybook/manager-webpack5": "^6.5.15",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.2",
"babel-plugin-ember-modules-api-polyfill": "^2.12.0",
"babel-plugin-htmlbars-inline-precompile": "3",
"broccoli-asset-rev": "^3.0.0",
"chromatic": "^6.19.9",
"concurrently": "^8.0.1",
"core-js": "^3.9.1",
"ember-a11y-testing": "^6.1.1",
"ember-cli": "~5.11.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-code-coverage": "^2.1.1",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-deprecation-workflow": "^2.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-postcss": "^8.2.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-concurrency": "^4.0.0",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^8.2.2",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.6.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-tooltips": "^3.6.0",
"ember-truth-helpers": "^4.0.3",
"ember-try": "^3.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.5.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-storybook": "^0.6.12",
"loader.js": "^4.7.0",
"postcss-import": "^15.1.0",
"prettier": "^2.8.7",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"sinon": "^15.1.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"webpack": "^5.88.1"
},
"engines": {
"node": "14.* || 16.* || >= 18"
},
"resolutions": {
"minimist": "^1.2.6",
"hawk": "^8.0.1",
"ansi-html": "^0.0.8",
"engine.io": "^6.4.2",
"socket.io-parser": "^4.2.3"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}