-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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": "hoot-iteration-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack serve --config webpack.config.js --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tasselled-Wobbegong-PTRI-6/ScratchProject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tasselled-Wobbegong-PTRI-6/ScratchProject/issues"
},
"homepage": "https://github.com/Tasselled-Wobbegong-PTRI-6/ScratchProject#readme",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^5.0.0-beta.5",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.6.0",
"@mui/styled-engine-sc": "^5.5.2",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"express": "^4.17.3",
"flowbite": "^1.4.1",
"node-fetch": "^2.3.0",
"nodemon": "^2.0.15",
"pg": "^8.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-window": "^1.8.6",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.4",
"html-webpack-plugin": "^5.5.0",
"tailwindcss": "^3.0.23",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}