forked from bem/bem-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.38 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
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --no-ci",
"build": "lerna run build --concurrency=1",
"lint": "eslint --ext .js,.cjs,.ts,.tsx .",
"postinstall": "npm run bootstrap",
"publish:next": "lerna publish --canary --preid dev --npm-tag next --no-git-tag-version",
"unit:coverage": "npm run unit -- --coverage",
"unit": "jest --config .config/jest/jest.config.js"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@types/jest": "26.0.14",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "2.22.0",
"@typescript-eslint/parser": "2.22.0",
"chalk": "2.4.1",
"eslint": "6.8.0",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.0",
"gzip-size": "5.1.0",
"husky": "3.0.5",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"@testing-library/react": "13.4.0",
"lerna": "3.5.1",
"lint-staged": "9.2.5",
"prettier": "2.8.1",
"pretty-bytes": "5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "1.10.1",
"rollup-plugin-node-resolve": "4.2.3",
"rollup-plugin-replace": "2.1.0",
"rollup-plugin-strip-banner": "0.2.0",
"rollup-plugin-terser": "4.0.4",
"rollup-plugin-typescript2": "0.21.0",
"ts-jest": "29.0.3",
"typescript": "4.9.4",
"tslib": "2.4.1"
}
}