-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.66 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
79
80
81
82
83
{
"name": "depub",
"version": "2.0.0",
"private": true,
"description": "https://depub.space",
"license": "gpl",
"author": "0xNaN Team",
"workspaces": [
"packages/*"
],
"scripts": {
"build:storybook": "build-storybook",
"lint": "yarn run lint:eslint",
"lint:eslint": "eslint './packages/**/*.{ts,tsx}'",
"lint:fix": "yarn run lint:eslint -- --fix",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-interactions": "6.4.19",
"@storybook/addon-links": "6.4.19",
"@storybook/addon-react-native-web": "0.0.18",
"@storybook/addons": "6.4.19",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/core-common": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19",
"@storybook/theming": "6.4.19",
"@svgr/webpack": "6.2.1",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"assert": "2.0.0",
"babel-loader": "8.2.3",
"babel-plugin-react-require": "3.1.3",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
"eslint": "8.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-react-hooks": "next",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.3.4",
"native-base": "3.3.7",
"prettier": "2.5.1",
"process": "0.11.10",
"react-docgen-typescript": "2.2.2",
"react-test-renderer": "17.0.2",
"storybook-dark-mode": "1.0.9",
"stream-browserify": "3.0.0",
"styled-jsx": "5.0.0",
"stylelint": "14.5.3",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-recommended": "7.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "5.0.0",
"stylelint-processor-styled-components": "1.10.0",
"ts-generator": "0.1.1",
"ts-jest": "27.1.3",
"ts-node": "10.8.1",
"typescript": "4.7.3",
"util": "0.12.4",
"webpack": "5.69.1"
},
"npmClient": "yarn",
"useWorkspaces": true,
"packageManager": "[email protected]"
}