-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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": "app",
"version": "0.1.38",
"description": "",
"private": true,
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --mode development",
"format": "prettier --write \"{,*/**}*.{js,jsx,ts,tsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/remla23-team08/app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/remla23-team08/app/issues"
},
"homepage": "https://github.com/remla23-team08/app#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@remla23-team08/lib": "latest",
"@types/lodash": "^4.14.194",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.4",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^5.5.1",
"prettier": "2.8.8",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.0",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"bootstrap": "^5.3.0-alpha3",
"git-revision-webpack-plugin": "^5.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.6.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.11.2"
}
}