-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "DashVid.io-UI",
"repository": "https://github.com/JassoftLtd/DashVid.io-UI",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@storybook/react": "^3.0.0",
"@types/material-ui": "^0.16.48",
"extract-text-webpack-plugin": "^2.1.0",
"react-scripts": "1.0.7",
"storybook-addon-material-ui": "^0.7.9",
"storybook-addon-specifications": "^2.0.0",
"storybook-router": "^0.2.6"
},
"dependencies": {
"aws-api-gateway-client": "^0.1.11",
"aws-sdk": "^2.7.20",
"jws": "^3.1.4",
"material-design-lite": "^1.3.0",
"material-ui": "^0.16.7",
"moment": "^2.17.1",
"promise-retry": "^1.1.1",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-dom": "^15.4.2",
"react-dropzone": "^3.8.0",
"react-ga": "^2.2.0",
"react-markdown": "^2.5.0",
"react-player": "^0.14.1",
"react-router": "^3.0.0",
"react-share": "^1.15.1",
"react-tap-event-plugin": "^2.0.1",
"whatwg-fetch": "^2.0.1"
},
"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"
}
}