-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "movies",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "htpps://Andrey-A-A.github.io/react-movies",
"scripts": {
"start": "cross-env SERVE=true webpack serve",
"build": "webpack",
"build-prod": "webpack --mode=production",
"clean": "rd /s /q dist",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "github:pmmmwh/react-refresh-webpack-plugin",
"babel-loader": "8.2.3",
"cross-env": "7.0.3",
"css-loader": "6.5.1",
"dotenv-webpack": "7.0.3",
"gh-pages": "3.2.3",
"html-loader": "3.0.1",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.4.5",
"postcss": "8.4.5",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.2.0",
"process": "0.11.10",
"react-refresh": "0.11.0",
"sass": "1.45.2",
"sass-loader": "12.4.0",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.11.1"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}