-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 864 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
{
"name": "rr-ag-generator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "0.0.17",
"ajv": "^6.3.0",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.1",
"react": "^16.2.0",
"react-accessible-accordion": "^2.2.1",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && echo '/* 404' > build/_redirects && echo '/*\n\tStrict-Transport-Security: max-age=300; includeSubDomains\n\tX-Content-Type-Options: nosniff\n\tX-Frame-Options: DENY\n\tX-XSS-Protection: 1; mode=block' > build/_headers",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}