-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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": "clarinets",
"version": "1.0.0",
"description": "Our group project",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"test": "jest",
"server-dev": "npx nodemon --watch index.js",
"client-dev": "npx webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@mui/styled-engine-sc": "^5.12.0",
"axios": "^1.4.0",
"babel": "^6.23.0",
"babel-plugin-styled-components": "^2.1.3",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"compression": "^1.7.4",
"express": "^4.18.2",
"nodemon": "^2.0.22",
"openai": "^3.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-image-magnify": "^2.7.4",
"react-share": "^4.4.1",
"redis": "^4.6.7",
"styled-components": "^5.3.11",
"webpack": "^5.88.0",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@testing-library/react": "^14.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.5.0",
"jsxobj": "^1.1.0",
"react-test-renderer": "^18.2.0",
"webpack-cli": "^5.1.4"
}
}