-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
153 lines (153 loc) · 5.22 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
144
145
146
147
148
149
150
151
152
153
{
"name": "@1024pix/pix-ui",
"version": "48.4.0",
"description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
"keywords": [
"ember-addon"
],
"license": "MIT",
"author": "GIP Pix",
"engines": {
"node": "^20 || ^22"
},
"ember": {
"edition": "octane"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/1024pix/pix-ui.git"
},
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "./scripts/build.sh",
"build-ember": "ember build --environment=production",
"serve-ember": "ember serve",
"build-storybook": "ember build && cp -v CNAME dist && storybook build",
"serve-storybook": "storybook dev --port 9001 --no-open",
"clean": "rm -rf dist node_modules",
"deploy-storybook": "storybook-to-ghpages",
"lint": "npm-run-all --aggregate-output --parallel --continue-on-error 'lint:!(fix)'",
"lint:fix": "npm-run-all --aggregate-output --parallel --continue-on-error lint:*:fix",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "npm run lint:hbs -- --fix",
"lint:js": "eslint .",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:scss": "stylelint app/styles/*.scss addon/styles/*.scss 'addon/styles/**/*.scss'",
"lint:scss:fix": "npm run lint:scss -- --fix",
"preinstall": "npx check-engine",
"dev": "npm-run-all --parallel serve-ember serve-storybook",
"start": "ember serve",
"prestorybook": "ember build",
"storybook": "npm run dev",
"test": "ember test",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"svg:generate-sprite": "npm run svg:compile && npm run svg:optimize && npm run svg:rename-id",
"svg:compile": "svg-sprite -C 'svgs/svg-sprite.config.json' 'svgs/icons/*.svg'",
"svg:optimize": "svgo --config='svgs/svgo.config.js' -i 'public/svg/' -o 'public/svg/'",
"svg:rename-id": "bash ./svgs/rename-icon-id-in-sprite.sh",
"chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --only-changed"
},
"dependencies": {
"@formatjs/intl": "^2.5.1",
"ember-auto-import": "^2.5.0",
"ember-cli-babel": "^8.0.0",
"ember-cli-htmlbars": "^6.1.1",
"ember-cli-sass": "^11.0.1",
"ember-click-outside": "^6.0.1",
"ember-lifeline": "^7.0.0",
"ember-popperjs": "^3.0.0",
"ember-truth-helpers": "^4.0.0"
},
"devDependencies": {
"@1024pix/ember-testing-library": "^3.0.6",
"@1024pix/eslint-config": "^1.3.8",
"@1024pix/stylelint-config": "^5.1.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^3.0.0",
"@embroider/macros": "^1.11.0",
"@embroider/test-setup": "^4.0.0",
"@fortawesome/ember-fontawesome": "^2.0.0",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@glimmer/component": "^1.1.2",
"@glimmer/syntax": "^0.92.0",
"@glimmer/tracking": "^1.1.2",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-controls": "^8.4.2",
"@storybook/addon-docs": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.2",
"@storybook/builder-webpack5": "^8.4.2",
"@storybook/ember": "^8.4.2",
"@storybook/ember-cli-storybook": "^0.6.1",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/theming": "^8.4.2",
"@testing-library/dom": "^10.0.0",
"@testing-library/user-event": "^14.4.3",
"chromatic": "^11.0.0",
"core-js": "^3.26.1",
"ember-cli": "^5.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.0.0",
"ember-qunit": "^8.0.0",
"ember-resolver": "^12.0.0",
"ember-sinon": "^5.0.0",
"ember-source": "^4.0.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"ember-try": "^3.0.0-beta",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-qunit": "^8.0.0",
"fs-extra": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"loader.js": "^4.7.0",
"lodash": "^4.17.21",
"npm-run-all2": "^6.0.0",
"prettier": "^3.0.0",
"qunit": "^2.19.3",
"qunit-dom": "^3.0.0",
"sass": "^1.56.1",
"storybook": "^8.4.2",
"stylelint": "^16.0.2",
"svg-sprite": "^2.0.4",
"svgo": "^3.3.2",
"webpack": "^5.75.0"
},
"bugs": {
"url": "https://github.com/1024pix/pix-ui/issues"
},
"homepage": "https://github.com/1024pix/pix-ui#readme",
"main": "index.js",
"ember-addon": {
"configPath": "tests/dummy/config"
},
"files": [
"addon/",
"app/components/pix-*.js",
"app/modifiers",
"app/services",
"config/icons.js",
"public/"
],
"storybook-deployer": {
"commitMessage": "Deploy Storybook [skip ci]"
}
}