-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"dependencies": {
"antd": "^4.19.5",
"babel-loader": "^8.2.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-responsive": "^9.0.0-beta.6",
"react-router": "^5.3.1",
"react-router-dom": "^5.3.1",
"scrollreveal": "^4.0.9",
"style-loader": "^3.3.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-subresource-integrity": "^5.1.0"
},
"name": "ecommerce2",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"keywords": [
"ecommerce",
"web",
"development"
],
"author": "Phillip Cabrera",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"webpack": "^5.72.0"
}
}