-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 923 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": "mortyccp.github.io",
"homepage": "https://mortyccp.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start:pdf": "REACT_APP_BUILD_PDF=1 react-scripts start",
"build:pdf": "node ./scripts/build-pdf.js",
"build:svg": "svgr --icon -d src/components/icons src/assets/svg"
},
"dependencies": {
"@svgr/cli": "^2.3.0",
"classnames": "^2.2.6",
"gh-pages": "^1.2.0",
"normalize.css": "^8.0.0",
"prettier": "^1.14.2",
"puppeteer": "^1.8.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-scripts": "1.1.5"
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"singleQuote": true
}
}