-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"scripts": {
"start": "nodejs index.js",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"name": "lectures",
"version": "1.0.0",
"description": "Controlling lectures recording and display",
"main": "index.js",
"author": "Jakub Szczerbiński",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"bootstrap": "^4.4.1",
"css-loader": "^3.4.2",
"express": "^4.17.1",
"extract-loader": "^4.0.3",
"loader": "^2.1.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"style": "^0.0.3",
"style-loader": "^1.1.3",
"styled-components": "^5.0.1",
"webpack": "^4.41.6",
"ws": "^7.2.1"
},
"devDependencies": {
"webpack-cli": "^3.3.11"
}
}