-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.66 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "calmpaper",
"version": "0.1.5",
"private": true,
"dependencies": {
"@moneybutton/react-money-button": "^0.38.4",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.9.0",
"@urql/exchange-graphcache": "^3.1.4",
"crypto-js": "^4.0.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"getstream": "^6.2.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"html-to-draftjs": "^1.5.0",
"html5-file-selector": "^2.1.0",
"isomorphic-unfetch": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"localforage": "^1.9.0",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"query-string": "^6.13.5",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-clear-cache": "^1.3.2",
"react-currency-input": "^1.3.6",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone-uploader": "^2.11.0",
"react-epic-spinners": "^0.5.0",
"react-headroom": "^3.0.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.9.2",
"react-infinite-scroll-component": "^5.1.0",
"react-medium-editor": "^1.8.1",
"react-modal": "^3.11.2",
"react-number-format": "^4.4.1",
"react-rating": "^2.0.5",
"react-rewards": "^1.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^3.1.0",
"react-share": "^4.3.0",
"react-stripe-elements": "^6.1.2",
"react-textarea-autosize": "^8.2.0",
"react-virtualized": "^9.22.2",
"styled-components": "^5.2.0",
"urql": "^1.10.1",
"use-sound": "^1.0.2"
},
"resolutions": {
"styled-components": "^5"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && scp -rp -i ./calmpaper-client.pem build/* ubuntu@ec2-54-173-21-53.compute-1.amazonaws.com:/var/www/html",
"prebuild": "npm run generate-build-meta",
"generate-build-meta": "node ./node_modules/react-clear-cache/bin/cli.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"devDependencies": {
"react-snap": "^1.23.0"
},
"peerDependencies": {},
"reactSnap": {
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
],
"include": [
"/all-books",
"/all-chapters"
]
}
}