-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.07 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
84
85
86
87
88
{
"name": "frr-web",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Luke Zirngibl",
"contributors": [
"Joel Meiller <joel@oscillate.ch>"
],
"version": "4.1.30",
"keywords": [],
"scripts": {
"build": "rimraf lib && tsc",
"build:watch": "tsc --watch",
"link:react": "yarn link i18next react react-dom react-i18next semantic-ui-react styled-components @mui/material",
"prepare": "install-peers",
"build-types": "install-peers -f && tsc",
"build:local": "tsc && yarn clean",
"babel:build": "yarn clean && babel ./src --out-dir lib --extensions '.ts','.tsx','.js','.jsx'",
"babel:watch": "yarn babel:build --watch",
"clean": "rimraf node_modules/i18next node_modules/react node_modules/react-dom node_modules/react-i18next node_modules/semantic-ui-react node_modules/styled-components node_modules/@mui/material node_modules/@mui/styled-engine-sc",
"clean:types": "rimraf node_modules/@types/react node_modules/@types/react-datepicker node_modules/@types/react-dom node_modules/@types/styled-components",
"patch": "yarn run build-types && git add -A && git commit -m 'patch' && npm version patch",
"prettier:fix": "yarn prettier --write .",
"prettier:check": "yarn prettier --check .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"files": [
"lib/**/*"
],
"peerDependencies": {
"@mui/material": "^5.0.0",
"i18next": "^23.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-i18next": "^13.0.0",
"styled-components": "^6.1.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"date-fns": "^2.19.0",
"fp-ts": "^2.16.1",
"lodash.range": "^3.2.0",
"monocle-ts": "^2.3.13",
"platform-detect": "^3.0.1",
"react-click-away-listener": "^2.0.0",
"react-color": "^2.19.3",
"react-datepicker": "^4.2.1",
"react-dropzone": "^14.2.3",
"react-html-parser": "^2.0.2",
"react-icons": "^4.10.1",
"react-maskinput": "^3.2.0",
"react-pdf": "^7.5.1",
"react-responsive": "^9.0.0-beta.4",
"react-select": "^5.7.4",
"react-virtualized": "^9.22.3",
"rgb-hex": "^4.0.0",
"typelevel-ts": "^0.4.0",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@storybook/addon-actions": "^7.5.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-webpack5": "^7.5.2",
"@types/lodash.range": "^3.2.7",
"@types/react": "^18.2.37",
"@types/react-datepicker": "^4.1.7",
"@types/react-dom": "^18.2.15",
"@types/styled-components": "^5.0.0",
"buffer": "^6.0.3",
"glob-promise": "^6.0.2",
"install-peers-cli": "^2.2.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"storybook": "^7.5.2",
"ts-node": "^10.3.0",
"typescript": "^5.2.2"
}
}