-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 941 Bytes
/
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
{
"name": "@bn-digital/bndigital.github.io",
"description": "BN Digital Developers welcome page",
"homepage": "https://bn-digital.github.io",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"simple-icons": "^5.4.0"
},
"devDependencies": {
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/simple-icons": "^5.0.0",
"gh-pages": "^3.2.3",
"normalize.css": "^8.0.1",
"prettier": "^2.3.2",
"sass": "^1.35.1",
"typescript": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead",
"last 2 iOS major versions",
"not ie <= 11",
"not op_mini all"
]
}