This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.82 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
{
"name": "@cthit/react-digit-components",
"version": "1.0.3",
"description": "A collection of components that digIT uses in their websites. Uses libraries like material-ui and yup.",
"author": "digIT",
"license": "ISC",
"repository": "@cthit/react-digit-components",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"build-storybook": "build-storybook -o docs --docs",
"storybook": "start-storybook -p 6006 --docs",
"prepare": "rollup -c"
},
"peerDependencies": {
"axios": "0.21.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"styled-components": "5.2.1"
},
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/pickers": "3.2.10",
"@material-ui/styles": "4.11.3",
"date-fns": "2.19.0",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react-is": "17.0.1",
"react-markdown": "4.3.1",
"yup": "0.32.9"
},
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/plugin-external-helpers": "7.12.13",
"@babel/plugin-transform-react-jsx": "7.12.17",
"@babel/plugin-transform-runtime": "7.13.10",
"@babel/preset-env": "7.13.10",
"@babel/preset-react": "7.12.13",
"@babel/preset-stage-0": "7.8.3",
"@storybook/addon-docs": "6.1.21",
"@storybook/preset-create-react-app": "3.1.7",
"@storybook/react": "6.1.21",
"@svgr/rollup": "5.4.0",
"axios": "0.21.1",
"babel-loader": "8.1.0",
"path": "0.12.7",
"prettier": "1.19.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.4",
"rollup": "2.18.0",
"rollup-plugin-alias": "2.2.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.2",
"rollup-plugin-postcss": "2.9.0",
"rollup-plugin-url": "3.0.1",
"styled-components": "5.2.1",
"typescript": "4.2.3"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/cthit/react-digit-components/issues"
},
"homepage": "https://github.com/cthit/react-digit-components#readme",
"directories": {
"lib": "lib"
}
}