-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.28 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
{
"name": "guap_rasp",
"version": "3.2",
"description": "Проект, направленный на упрощение просмотра и улучшение внешнего вида расписания при просмотре с ПК",
"scripts": {
"build": "webpack --config webpack/webpack.config.prod.js",
"dev": "concurrently \"npm:watch -- --env=devtools=true \" \"npm:devtools\"",
"watch": "webpack --config webpack/webpack.config.dev.js --watch",
"devtools": "react-devtools"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"concurrently": "^6.2.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.1.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"react-devtools": "^4.13.5",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-merge": "^5.8.0"
}
}