This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.83 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
{
"name": "react-multi-crop",
"version": "0.1.0",
"description": "React Component for Field in react-admin using Fabric JS",
"main": "build/index.js",
"module": "build/index.esm.js",
"scripts": {
"start": "webpack --mode=development",
"build": "cross-env NODE_ENV=production rollup -c",
"fix-lint": "prettier --write .",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bervProject/ReactMultiCrop.git"
},
"keywords": [
"react-component"
],
"author": "Bervianto Leo Pratama",
"license": "MIT",
"bugs": {
"url": "https://github.com/bervProject/ReactMultiCrop/issues"
},
"homepage": "https://github.com/bervProject/ReactMultiCrop#readme",
"peerDependencies": {
"@material-ui/core": ">=4.2.1",
"fabric": ">=3.3.2",
"react": ">=16.5.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@material-ui/core": "^4.11.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@storybook/react": "^6.0.26",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@types/fabric": "^4.2.0",
"@types/jest": "^26.0.14",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^10.0.0",
"cross-env": "^7.0.2",
"fabric": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.5.3",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rollup": "^2.32.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
}
}