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
88 lines (88 loc) · 2.65 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "sqlpad-front-end",
"version": "6.8.1",
"private": true,
"dependencies": {
"@reach/dialog": "^0.15.3",
"@reach/menu-button": "^0.15.3",
"@reach/tooltip": "^0.15.3",
"@types/humanize-duration": "^3.25.1",
"@types/jest": "^26.0.24",
"@types/keymaster": "^1.6.30",
"@types/lodash": "^4.14.172",
"@types/match-sorter": "^6.0.0",
"@types/node": "^14.17.12",
"@types/parse-link-header": "^1.0.0",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-measure": "^2.0.7",
"@types/react-router-dom": "^5.1.8",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.5",
"@types/uuid": "^8.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"d3": "^5.16.0",
"downshift": "^6.1.7",
"history": "^4.10.1",
"humanize-duration": "^3.27.0",
"keymaster": "^1.6.2",
"localforage": "^1.10.0",
"lodash": "^4.17.20",
"match-sorter": "^6.2.0",
"mdi-react": "^7.4.0",
"mitt": "^2.1.0",
"parse-link-header": "^1.0.1",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-ace": "^9.4.3",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-measure": "^2.5.2",
"react-router-dom": "^5.2.1",
"react-split-pane": "^0.1.92",
"react-window": "^1.8.6",
"react-window-infinite-loader": "^1.0.5",
"swr": "^0.5.7",
"taucharts": "^2.8.0",
"typescript": "^4.3.5",
"use-debounce": "^6.0.1",
"uuid": "^8.3.2",
"vite": "^2.5.1",
"whatwg-fetch": "^3.5.0",
"zustand": "^3.5.10"
},
"scripts": {
"analyze": "cross-env SOURCEMAP=true npm run build && source-map-explorer \"build/assets/*.js\" --html bundle-analysis-result.html",
"build": "tsc && vite build",
"start": "vite",
"fixlint": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"dev": "vite",
"serve": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"source-map-explorer": "^2.5.2"
}
}