-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "data-generator-retail",
"version": "5.14.4",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
"zshy": "./src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"type": "module",
"scripts": {
"build": "zshy --silent"
},
"dependencies": {
"@faker-js/faker": "^10.0.0",
"date-fns": "^3.6.0"
},
"devDependencies": {
"ra-core": "^5.14.4",
"typescript": "^5.1.3",
"zshy": "^0.5.0"
},
"peerDependencies": {
"ra-core": "^5.0.0"
},
"gitHead": "19dcb264898c8e01c408eb66ce02c50b67c851ab",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
}
}