forked from sqlpad/sqlpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.44 KB
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
{
"name": "sqlpad-front-end",
"version": "4.0.0",
"private": true,
"proxy": "http://localhost:3010",
"dependencies": {
"@reach/dialog": "^0.2.9",
"@reach/menu-button": "^0.1.18",
"@reach/tooltip": "^0.2.2",
"brace": "^0.11.1",
"d3": "^5.12.0",
"downshift": "^3.3.5",
"humanize-duration": "^3.21.0",
"keymaster": "^1.6.2",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"match-sorter": "^4.0.2",
"mdi-react": "^6.2.0",
"mitt": "^1.1.3",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-ace": "^7.0.5",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^16.10.2",
"react-draggable": "^4.0.3",
"react-measure": "^2.3.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"react-split-pane": "^0.1.87",
"react-window": "^1.8.5",
"taucharts": "^2.7.4",
"unistore": "^3.5.0",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"fixlint": "eslint --fix '**/*.js'",
"lint": "eslint '**/*.js'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"source-map-explorer": "^2.1.0"
}
}