-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.99 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
{
"name": "notion-ui-react",
"version": "1.1.2",
"description": "",
"scripts": {
"build": "microbundle src/*.ts --css=inline --css-modules=true --sourcemap=false",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook NODE_OPTIONS=--openssl-legacy-provider",
"bu": "npm run build & yalc publish"
},
"author": "Bogdan Aksenov",
"license": "MIT",
"sideEffects": [
"build/*",
"*.css"
],
"files": [
"build"
],
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index.js",
"source": "src/index.ts",
"dependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/manager-webpack4": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"microbundle": "^0.15.1",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"storybook-css-modules": "^1.0.8",
"styled-components": "^5.3.6",
"typescript": "^4.9.5"
},
"keywords": [
"ui",
"kit",
"components",
"react",
"uikit",
"notion",
"notion-ui"
],
"repository": {
"type": "git",
"url": "https://github.com/bogdanaks/notion-ui-react.git"
},
"bugs": {
"url": "https://github.com/bogdanaks/notion-ui-react/issues"
}
}