-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.81 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.81 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
{
"name": "react-tectonic",
"version": "1.1.5",
"description": "",
"module": "lib/index.js",
"types": "types/index.d.ts",
"files": [
"lib",
"types"
],
"scripts": {
"start": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"test": "jest",
"build-storybook": "storybook build",
"build": "rm -rf lib && tsc && node scripts/write-metadata && cp src/styles.css lib/styles.css",
"prerelease": "npm run build",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bedrockio/react-tectonic.git"
},
"author": "Kaare Larsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/bedrockio/react-tectonic/issues"
},
"homepage": "https://github.com/bedrockio/react-tectonic#readme",
"peerDependencies": {
"lodash-es": ">=4.*",
"react": "^18.2.0",
"react-day-picker": "9.*",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@storybook/addon-actions": "^7.0.22",
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/react-webpack5": "^7.0.22",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.171",
"@types/react": "^17.0.14",
"babel-loader": "^9.1.2",
"date-fns": "^2.30.0",
"jest": "^29.5.0",
"lodash-es": "^4.17.21",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-day-picker": "^9.8.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.22",
"typescript": "^5.1.3"
},
"dependencies": {
"recharts": "^2.5.0"
},
"volta": {
"node": "18.16.1"
}
}