-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
73 lines (73 loc) · 1.81 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
{
"name": "chart-builder",
"version": "0.1.0",
"private": true,
"author": "data.world <[email protected]> (https://data.world/)",
"homepage": "https://chart-builder.data.world",
"repository": {
"type": "git",
"url": "github:datadotworld/chart-builder"
},
"license": "Apache-2.0",
"dependencies": {
"classnames": "2.2.6",
"filepicker-js": "2.4.18",
"filesize": "3.6.1",
"flow-bin": "0.80.0",
"history": "4.7.2",
"little-loader": "0.2.0",
"lz-string": "1.4.4",
"mobx": "4.3.1",
"mobx-react": "5.2.6",
"mobx-state-tree": "3.2.4",
"react": "16.4.2",
"react-bootstrap": "0.32.3",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.4.2",
"react-draggable": "3.0.5",
"react-measure": "3.0.0-rc.3",
"react-monaco-editor": "0.14.1",
"react-router-dom": "4.3.1",
"react-scripts": "2.0.0-next.3e165448",
"react-select": "2.0.0",
"vega": "5.6.0",
"vega-lite": "3.4.0",
"vega-tooltip": "0.13.0"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"cypress": "3.4.1",
"fetch-mock": "6.5.2",
"http-server": "0.11.1",
"husky": "0.14.3",
"mobx-react-devtools": "6.0.3",
"prettier": "1.14.2",
"pretty-quick": "1.6.0",
"react-test-renderer": "16.4.2"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 11"
]
}
}