-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 986 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
{
"name": "doc",
"author": {
"name": "bunq",
"email": "support@bunq.com"
},
"homepage": "https://doc.bunq.com",
"scripts": {
"start-js": "react-scripts --openssl-legacy-provider start",
"build-js": "react-scripts build",
"build-css": "sass src/",
"build": "npm-run-all build-css build-js",
"watch-css": "npm run build-css && sass src/ --watch",
"start": "npm-run-all -p watch-css start-js"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"swagger-ui": "^3.40.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"cookieconsent": "^3.1.1",
"react-scripts": "^3.4.3",
"sass": "^1.65.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}