This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
forked from nerdify/db-schema-diagram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "sql-scheme-diagram",
"version": "0.1.0",
"private": true,
"scripts": {
"build:tailwind": "tailwindcss build src/assets/tailwind.css -o src/assets/tailwind.generated.css",
"build": "react-app-rewired build",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"prebuild": "npm run build:tailwind",
"prestart": "npm run build:tailwind",
"start": "react-app-rewired start",
"test": "react-app-rewired test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@svgdotjs/svg.js": "^3.0.16",
"ace-builds": "^1.4.11",
"apollo-boost": "0.4.8",
"chevrotain": "^7.0.1",
"elkjs": "^0.6.2",
"graphql": "15.0.0",
"lodash": "^4.17.15",
"node-dijkstra": "^2.5.0",
"react": "^16.13.0",
"react-ace": "^8.1.0",
"react-dom": "^16.13.0",
"react-draggable": "^4.3.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"tailwindcss": "^1.3.1",
"use-debounce": "^3.4.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.3.1",
"@testing-library/jest-dom": "5.7.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.2",
"babel-preset-mobx": "^2.0.0",
"customize-cra": "0.9.1",
"dagre": "^0.8.5",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"prettier": "2.0.5",
"react-app-rewired": "2.1.6",
"react-refresh": "0.8.2",
"stop-runaway-react-effects": "2.0.0"
}
}