forked from sql-js/react-sqljs-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 782 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 782 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
32
33
34
35
{
"name": "react-sqljs-demo",
"version": "1.0.0",
"description": "sql.js + react example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.11.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "^3.4.0",
"sql.js": "^1.2.1"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"react-app-rewired": "^2.1.5",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}