-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.96 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": "@emulsify/core",
"version": "2.5.1",
"description": "Bundled tooling for Storybook development + Webpack Build",
"keywords": [
"component library",
"design system",
"drupal",
"pattern library",
"storybook",
"styleguide"
],
"author": "Four Kitchens <shout@fourkitchens.com>",
"license": "GPL-2.0",
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emulsify-ds/emulsify-core.git"
},
"bugs": {
"url": "https://github.com/emulsify-ds/emulsify-core/issues"
},
"homepage": "https://github.com/emulsify-ds/emulsify-core#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
"format": "npm run lint-fix; npm run prettier-fix",
"husky:commit-msg": "commitlint --edit $1",
"husky:pre-commit": "npm run lint",
"lint": "npm run lint-js",
"lint-fix": "npm run lint-js -- --fix",
"lint-js": "eslint --config config/eslintrc.config.json --no-error-on-unmatched-pattern ./config ./storybook",
"lint-staged": "lint-staged",
"prepare": "[ -d '.git' ] && (husky install) || true",
"prettier": "prettier --config config/prettierrc.json --ignore-unknown \"**/*.{js,yml,scss,md}\"",
"prettier-fix": "prettier --config config/prettierrc.json --write --ignore-unknown \"**/*.{js,yml,scss,md}\"",
"semantic-release": "semantic-release",
"storybook": "storybook dev --ci -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -p 6006",
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out",
"storybook-deploy": "storybook-to-ghpages -o .out",
"test": "jest --coverage --config ./config/jest.config.js",
"twatch": "jest --no-coverage --watch --verbose"
},
"dependencies": {
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@emulsify/cli": "^1.11.4",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-themes": "^8.4.7",
"@storybook/html": "^8.4.5",
"@storybook/html-webpack5": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/theming": "^8.4.7",
"add-attributes-twig-extension": "^0.1.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-preset-minify": "^0.5.2",
"bem-twig-extension": "^0.1.1",
"breakpoint-sass": "^3.0.0",
"chalk": "^5.2.0",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^9.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-storybook": "^0.11.1",
"eslint-webpack-plugin": "^4.1.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"graceful-fs": "^4.2.11",
"html-webpack-plugin": "^5.6.3",
"image-minimizer-webpack-plugin": "^4.1.1",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"js-yaml-loader": "^1.2.2",
"mini-css-extract-plugin": "^2.9.2",
"node-sass-glob-importer": "^5.3.3",
"normalize.css": "^8.0.1",
"open-cli": "^8.0.0",
"pa11y": "^8.0.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"ramda": "^0.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"storybook": "^8.4.7",
"style-dictionary": "^4.3.0",
"stylelint": "^16.11.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-selector-bem-pattern": "^4.0.1",
"stylelint-webpack-plugin": "^5.0.1",
"svg-sprite-loader": "^6.0.11",
"token-transformer": "^0.0.33",
"twig-drupal-filters": "^3.2.0",
"twig-testing-library": "^1.2.0",
"twigjs-loader": "^1.0.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"semantic-release": "^24.2.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}