-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
149 lines (149 loc) · 5 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
{
"name": "@1024pix/pix-ui",
"version": "45.3.5",
"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.12.2"
},
"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",
"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",
"start": "ember serve",
"prestorybook": "ember build",
"storybook": "npm-run-all --parallel serve-ember serve-storybook",
"test": "ember test",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"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": "^1.1.0",
"@1024pix/eslint-config": "^1.2.11",
"@1024pix/stylelint-config": "^5.1.10",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-decorators": "^7.20.5",
"@ember/optional-features": "^2.0.0",
"@ember/render-modifiers": "^2.0.5",
"@ember/string": "^3.0.1",
"@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-regular-svg-icons": "^6.2.1",
"@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.0.0",
"@storybook/addon-controls": "^8.0.0",
"@storybook/addon-docs": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-mdx-gfm": "^8.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.0.0",
"@storybook/builder-webpack5": "^8.0.0",
"@storybook/ember": "^8.0.0",
"@storybook/ember-cli-storybook": "^0.6.1",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/theming": "^8.0.0",
"@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": "^11.0.0",
"ember-sinon": "^5.0.0",
"ember-source": "^4.0.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.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.0.0",
"stylelint": "^16.0.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/",
"public/",
"scripts/migrate-colors-scss-vars-to-css-vars.sh",
"scripts/migrate-spacing-scss-vars-to-css-vars.sh"
],
"storybook-deployer": {
"commitMessage": "Deploy Storybook [skip ci]"
}
}