-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 1.15 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
{
"name": "doc",
"author": {
"name": "bunq",
"email": "[email protected]"
},
"homepage": "https://doc.bunq.com",
"scripts": {
"start-js": "./node_modules/react-scripts/bin/react-scripts.js start",
"build-js": "./node_modules/react-scripts/bin/react-scripts.js build",
"build-css": "./node_modules/node-sass-chokidar/bin/node-sass-chokidar src/ -o src/",
"build": "npm-run-all build-css build-js",
"watch-css": "npm run build-css && ./node_modules/node-sass-chokidar/bin/node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "npm-run-all -p watch-css start-js"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"swagger-ui": "^4.1.3"
},
"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",
"node-sass-chokidar": "^1.5.0",
"react-scripts": "^3.4.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}