forked from hr-atx56-project-catwalk/project_catwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
{
"name": "project-catwalk",
"version": "1.0.0",
"description": "Client for e-commerce clothing store",
"main": "webpack.config.js",
"scripts": {
"react-dev": "webpack -d --watch",
"react-p": "webpack -p --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/hr-atx56-project-catwalk/project_catwalk"
},
"author": "Eric Handley, Alex Hernandez, Addie Johnsen",
"license": "ISC",
"bugs": {
"url": "http://www.github.com"
},
"homepage": "http://www.github.com",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"axios": "^0.21.1",
"express": "^4.17.1",
"material-ui-search-bar": "^1.0.0",
"moment": "^2.29.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-icons": "^4.2.0",
"react-share": "^4.4.0",
"react-tracker": "0.0.8",
"simple-react-lightbox": "^3.6.6",
"webpack-bundle-analyzer": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-jest": "^27.0.2",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"jest": "^27.0.4",
"path": "^0.12.7",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}