-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 2.37 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
{
"name": "@bulvar/root",
"description": "DMC Bulma Monorepo",
"keywords": [
"css",
"css vars",
"css properties",
"sass",
"flexbox",
"responsive",
"framework"
],
"homepage": "https://github.com/daniil4udo/bulvar",
"bugs": {
"url": "https://github.com/daniil4udo/bulvar/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniil4udo/bulvar.git"
},
"license": "MIT",
"author": {
"name": "Daniil Chumachenko",
"email": "[email protected]",
"url": "https://github.com/daniil4udo"
},
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"prerelease": "lerna run compile",
"release": "lerna publish --no-push --yes",
"watch": "lerna run watch --stream --parallel",
"lint": "concurrently -c auto \"pnpm:lint:all:*\" ",
"lint:all:stylelint": "pnpm lint:stylelint \"packages/**/*.{sss,scss}\" --cache --cache-location .cache/.stylelintcache --rd --color",
"lint:all:variables": "fusv packages/",
"lint:prettier": "prettier --write --loglevel warn",
"lint:stylelint": "stylelint --fix",
"test": "pnpm -r test",
"cz": "git cz"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@democrance/stylelint-config": "^0.11.1",
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.90",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.1",
"@types/rtlcss": "^3.5.2",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "1.3.1",
"find-unused-sass-variables": "^5.0.0",
"husky": "^8.0.3",
"lerna": "^7.3.0",
"lightningcss": "^1.22.0",
"lightningcss-cli": "^1.22.0",
"lint-staged": "^14.0.1",
"postcss": "^8.4.31",
"postcss-sass": "^0.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"rimraf": "^5.0.5",
"rtlcss": "^4.1.1",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"sugarss": "^4.0.1",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
}
}