-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
78 lines (78 loc) · 1.9 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
{
"name": "material-ui-nested-menu-item",
"version": "1.0.2",
"description": "Infinite nested material menus",
"repository": {
"type": "git",
"url": "https://github.com/azmenak/material-ui-nested-menu-item"
},
"scripts": {
"test": "echo \"No units tests.\"",
"build": "pika build",
"publish": "pika publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"version": "npm run build"
},
"keywords": [
"react",
"hook",
"hooks",
"typescript",
"esm",
"pika",
"material-ui",
"nested menu item"
],
"author": "Adam Zmenak <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.3",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.8.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-ts-standard-pkg": "^0.8.1",
"@pika/types": "^0.8.1",
"@storybook/addon-actions": "^5.3.9",
"@storybook/addon-links": "^5.3.9",
"@storybook/addons": "^5.3.9",
"@storybook/react": "^5.3.9",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^24.0.25",
"@types/react": "^16.9.17",
"babel-loader": "^8.0.6",
"clsx": "^1.0.4",
"jest": "^24.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4"
},
"peerDependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"clsx": "^1.0.4",
"react": ">=16.9.0"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg",
{
"exclude": [
"*.spec.*",
"stories/**/*"
]
}
],
[
"@pika/plugin-build-web"
]
]
}
}