forked from PacktPublishing/React-Material-UI-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "material-ui-cookbook",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.1.0",
"@material-ui/core": "^4.0.0-alpha.5",
"@material-ui/icons": "^4.0.0-alpha.1",
"@material-ui/styles": "^4.0.0-alpha.5",
"@storybook/addon-notes": "^5.0.5",
"@storybook/cli": "^5.0.5",
"acorn": "^6.1.1",
"ajv": "^6.10.0",
"autosuggest-highlight": "^3.1.1",
"date-fns": "^2.0.0-alpha.27",
"jss": "^9.8.7",
"jss-extend": "^6.2.0",
"material-ui-chip-input": "^1.0.0-beta.15",
"material-ui-pickers": "^2.2.4",
"mdi-material-ui": "^5.10.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-jss": "^8.6.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"react-select": "^2.4.2",
"react-text-mask": "^5.4.3",
"react-virtualized": "^9.21.0",
"recompose": "^0.30.0",
"text-mask-addons": "^3.8.0",
"typeface-exo": "0.0.61",
"typeface-roboto": "0.0.54",
"typeface-ubuntu": "0.0.65"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@storybook/addon-actions": "^5.0.5",
"@storybook/addon-knobs": "^5.0.5",
"@storybook/addon-links": "^5.0.5",
"@storybook/addon-options": "^4.1.14",
"@storybook/addons": "^5.0.5",
"@storybook/react": "^5.0.5",
"babel-core": "^6.26.3",
"storybook-react-router": "^1.0.4"
},
"prettier": {
"printWidth": 70,
"singleQuote": true
}
}