-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
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
{
"name": "sql",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.23.0"
},
"dependencies": {
"@hot-loader/react-dom": "^16.10.2",
"classnames": "^2.2.6",
"gh-pages": "^2.1.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-hot-loader": "^4.12.15",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.3.0",
"use-query-params": "^0.4.1",
"use-react-router": "^1.0.7"
},
"alias": {
"react-dom": "@hot-loader/react-dom"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url /visualized-sql/",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
}
}