-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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
{
"name": "verve",
"private": true,
"dependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"uuid": "^8.3.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"minimist": ">=1.2.6"
},
"description": "The Verve, a clone of the Verve Coffee Roasters website, is an e-commerce website that allows users to browse coffee selections, manage their cart inventory, and leave comments and reviews.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"postinstall": "webpack --mode=production"
},
"engines": {
"node": "14.19.0",
"npm": "6.14.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njpietrow/The-Verve.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/njpietrow/The-Verve/issues"
},
"homepage": "https://github.com/njpietrow/The-Verve#readme"
}