forked from use-platform/use-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.93 KB
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
{
"name": "web-platform-alpha",
"version": "0.0.1-alpha.20",
"repository": {
"type": "git",
"url": "git+https://github.com/bem/web-platform.git"
},
"author": {
"name": "Lego Team",
"email": "lego@yandex-team.ru"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bem/web-platform/issues"
},
"homepage": "https://github.com/bem/web-platform#readme",
"scripts": {
"build": "pack build",
"lint:js": "eslint --ext .ts,.tsx,.js .",
"prepare": "husky install",
"publish": "./tools/bump-version.js && npm run build && npm publish ./dist",
"start": "start-storybook -p 8100 --ci",
"storybook:build": "build-storybook --quiet",
"unit": "jest"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"dependencies": {
"date-fns": "^2.22.1",
"react-virtual": "^2.10.0"
},
"devDependencies": {
"@babel/core": "7.14.8",
"@bem-react/pack": "1.5.1",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@storybook/addon-essentials": "6.3.12",
"@storybook/react": "6.3.12",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.4.1",
"@trivago/prettier-plugin-sort-imports": "3.1.1",
"@types/jest": "26.0.24",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"babel-loader": "8.2.2",
"conventional-changelog-cli": "2.1.1",
"eslint": "7.31.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.1.1",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"semver": "7.3.5",
"ts-jest": "27.0.4",
"tslib": "2.2.0",
"typescript": "4.3.5"
},
"optionalDependencies": {}
}