-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1004 Bytes
/
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
{
"name": "react-webpack",
"version": "1.0.0",
"description": "React + Webpack + SASS",
"main": "index.js",
"scripts": {
"dev": "webpack serve --mode development --open opera --devtool eval-cheap-module-source-map",
"build": "webpack"
},
"author": "Gus117",
"license": "ISC",
"dependencies": {
"core-js": "^3.15.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.6",
"csv-loader": "^3.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"json5": "^2.2.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"toml": "^3.0.0",
"webpack": "^5.41.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"xml-loader": "^1.2.1",
"yamljs": "^0.3.0"
}
}