-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.56 KB
/
Copy pathpackage.json
File metadata and controls
123 lines (123 loc) · 3.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@TutoryOrg/tutory-components",
"version": "0.1.8",
"description": "github packages ui",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TutoryOrg/tutory-components.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"author": "stalynAlejandro",
"license": "ISC",
"bugs": {
"url": "https://github.com/TutoryOrg/tutory-components/issues"
},
"homepage": "https://github.com/TutoryOrg/tutory-components#readme",
"dependencies": {
"@react-theming/storybook-addon": "^1.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.3.1",
"typescript": "^4.3.5",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"clean": "rimraf dist/",
"lint": "tsdx lint",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"compile": "npm run clean && tsdx build",
"npmupload:patch": "npm version patch && npm run compile && npm publish",
"npmupload:minor": "npm version minor && npm run compile && npm publish",
"npmupload:major": "npm version major && npm run compile && npm publish",
"eject": "react-scripts eject",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@size-limit/preset-small-lib": "^4.9.1",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-controls": "^6.1.11",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.0.26",
"@storybook/addon-links": "^6.3.2",
"@storybook/addons": "^6.1.10",
"@storybook/node-logger": "^6.3.2",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.3.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/testing-library__jest-dom": "^5.13.0",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"css-loader": "^3.6.0",
"full-icu": "^1.3.4",
"husky": "^4.3.5",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-scripts": "^3.4.4",
"react-styleguidist": "^11.1.5",
"rimraf": "^3.0.2",
"rollup-plugin-postcss": "^4.0.0",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"size-limit": "^4.9.1",
"storybook-dark-mode": "1.0.3",
"style-loader": "1.2.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.2.2"
}
}