-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "teaching-allocation-turing-demo",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"antd": "^3.26.18",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"file-saver": "^2.0.2",
"filesaver": "0.0.13",
"mdbreact": "^4.27.0",
"mysql": "github:mysqljs/mysql",
"npm-check": "^5.9.2",
"react": "16.12.0",
"react-bootstrap": "^1.0.1",
"react-data-export": "^0.6.0",
"react-dom": "16.12.0",
"react-excel-renderer": "^1.1.0",
"react-hook-form": "^6.3.0",
"react-html-table-to-excel": "^2.0.0",
"react-popup": "^0.10.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.0.1",
"react-select": "^3.1.0",
"reactjs-popup": "^1.5.0",
"reactstrap": "^8.5.1",
"sheetjs": "^2.0.0",
"sqlite3": "^5.0.0",
"x": "^0.1.2",
"xlsx": "^0.16.4"
},
"devDependencies": {
"typescript": "3.8.3"
},
"scripts": {
"dev": "concurrently \"npm start\" \"wait-on http://localhost:3000 && node ./src/API/app.js\"",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:3001"
}