This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "winterloop",
"version": "0.2.0",
"main": "index.js",
"scripts": {
"start": "parcel serve index.html --port 4321",
"build": "parcel build -d build --no-source-maps --public-url . index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/semvis123/winterloop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/semvis123/winterloop/issues"
},
"homepage": "https://github.com/semvis123/winterloop#readme",
"description": "",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@types/jquery": "^3.5.5",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"faker": "^5.4.0",
"glob": "^7.1.6",
"jquery": "^3.6.0",
"mysql": "^2.18.1",
"notistack": "^1.0.5",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-list": "^0.8.16",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"react-virtuoso": "^1.5.14",
"sass": "^1.32.8",
"xlsx": "^0.16.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.1",
"node-sass": "^5.0.0",
"parcel": "^1.12.4",
"typescript": "^4.2.3"
}
}