-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 777 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
{
"name": "fondson.github.io",
"version": "0.1.0",
"homepage": "https://fondson.github.io/",
"private": true,
"dependencies": {
"bootstrap": "^3.4.1",
"install": "^0.8.9",
"npm": "^6.14.6",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-pdf": "^1.6.1",
"react-router-dom": "^4.1.1",
"react-tooltip": "^3.11.2"
},
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"prettier": "2.5.1",
"react-scripts": "^0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}