-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "scratch-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode production --open --hot",
"build": "webpack",
"dev": "concurrently \"cross-env NODE_ENV=development webpack-dev-server --open --hot --progress --color\" \"nodemon ./server/server.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/PTRI-13-Wonderpuss-Photogenicus/scratch-project.git"
},
"author": "Greg Silvia, Brian Taylor, Matt Allen, Moises Gomez",
"license": "ISC",
"bugs": {
"url": "https://github.com/PTRI-13-Wonderpuss-Photogenicus/scratch-project/issues"
},
"homepage": "https://github.com/PTRI-13-Wonderpuss-Photogenicus/scratch-project#readme",
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.4",
"@mui/styled-engine-sc": "^6.0.0-alpha.12",
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/line": "^0.84.0",
"@nivo/pie": "^0.84.0",
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.0.1",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongoose": "^8.0.4",
"pg": "^8.11.3",
"prop-types": "^15.8.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.2",
"redux": "^5.0.1",
"styled-components": "^6.1.8",
"validator": "^13.11.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "7.0.3",
"@storybook/addon-interactions": "7.0.3",
"@storybook/addon-links": "7.0.3",
"@storybook/blocks": "7.0.3",
"@storybook/react": "7.0.3",
"@storybook/react-webpack5": "7.0.3",
"@storybook/testing-library": "0.2.0",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"html-webpack-plugin": "^5.6.0",
"htmlnano": "2.0.3",
"nodemon": "^3.0.2",
"parcel": "^2.8.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"storybook": "7.0.3",
"style-loader": "^3.3.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
}