-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "@ub-design/stylelint",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"files": [
"./dist/"
],
"scripts": {
"build": "tsc",
"build:reset": "rm -rf ./dist && tsc",
"test": "jest",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"prepare": "npm i -D typescript && npm run build:reset"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uzabase/ub-design-stylelint.git"
},
"dependencies": {
"@sp-design/token": "git+https://github.com/uzabase/sp-design-token.git#semver:^7.0.0",
"stylelint": "^15.11.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.8.10",
"@types/postcss-js": "^4.0.3",
"@types/postcss-safe-parser": "^5.0.4",
"jest": "^29.7.0",
"jest-preset-stylelint": "^6.3.2",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
}
}