-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "@teamshares/design-system",
"repository": {
"type": "git",
"url": "https://github.com/teamshares/design-system.git"
},
"version": "1.8.3",
"private": true,
"files": [
"scss/**/*.scss",
"configs/*.js",
"rails-js/**/*.js"
],
"main": "scss/index.scss",
"scripts": {
"lint": "concurrently 'yarn lint:css' 'yarn lint:js'",
"lint:js": "eslint .",
"lint:css": "stylelint --fix --color --config stylelint.config.js scss/",
"precommit": "lint-staged --quiet"
},
"dependencies": {
"@honeybadger-io/js": "6.10.1",
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "7.3.0",
"@rails/ujs": "7.0.8",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@teamshares/shoelace": "2.3.1",
"cli-color": "2.0.4",
"cssnano": "7.0.6",
"esbuild": "0.24.0",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-import-glob": "0.1.1",
"esbuild-plugin-resolve": "2.0.0",
"eslint": "9.16.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-promise": "7.2.1",
"globals": "15.13.0",
"postcss": "8.4.49",
"postcss-easy-import": "4.0.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-mixins": "11.0.3",
"postcss-modules": "6.0.1",
"postcss-preset-env": "10.1.1",
"postcss-reporter": "7.1.0",
"stylelint": "16.11.0",
"stylelint-config-sass-guidelines": "12.1.0",
"tailwindcss": "3.4.16"
},
"devDependencies": {
"concurrently": "9.1.0",
"cypress": ">= 13.3.0",
"cypress-split": ">= 1.24.6",
"husky": "9.1.7",
"lint-staged": "15.2.11"
}
}