-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 861 Bytes
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
{
"name": "team_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx webpack",
"start": "npx webpack-dev-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"lodash.clonedeep": "^4.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-search": "^2.1.1",
"remarkable": "^2.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"bootstrap": "^4.4.1",
"react-bootstrap": "^1.0.1",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0"
}
}