-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.2 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": "flower",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.2.1",
"@material-ui/icons": "^1.1.0",
"arrow-keys-react": "^1.0.6",
"dompurify": "^2.0.17",
"escape-html": "^1.0.3",
"flow-bin": "^0.74.0",
"hexdump-nodejs": "^0.1.0",
"lodash": "^4.17.19",
"material-ui": "^1.0.0-beta.47",
"material-ui-search-bar": "^1.0.0-beta.4",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.2",
"react-moment": "^0.7.4",
"react-scripts": "1.1.4",
"react-split-pane": "^0.1.77",
"react-time-range-picker": "^1.4.0",
"react-tiny-virtual-list": "^2.1.4",
"react-virtual-list": "^2.3.0",
"react-virtualized": "^9.19.1"
},
"scripts": {
"start": "react-scripts start",
"build": "babel src/ -d lib/",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prepublish": "npm run build",
"flow": "flow"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"prettier": "1.13.5",
"babel-preset-react": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1"
}
}