forked from wwwide/brief-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"name": "brief-form",
"version": "5.1.6",
"main": "./dist/index.js",
"scripts": {
"lint": "TIMING=1 ./node_modules/eslint/bin/eslint.js --max-warnings=0 ./src/index.ts",
"ts-check": "tsc",
"build": "./build.sh",
"storybook": "start-storybook -p 3005",
"test": "jest"
},
"repository": "git@github.com:andrey-barkanov/brief-form.git",
"author": "Andrey Barkanov",
"license": "MIT",
"dependencies": {
"@mui/icons-material": "^5.14.9",
"lodash.isequal": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@statoscope/ui-webpack": "^5.27.0",
"@storybook/react": "^7.4.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/lodash.isequal": "^4.5.6",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-test-renderer": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"esbuild": "0.19.2",
"eslint": "^8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}