-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.29 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.29 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "blogly",
"version": "0.1.0",
"private": true,
"main": "./src/main.js",
"dependencies": {
"@firebase/firestore": "^1.12.2",
"@firebase/testing": "^0.19.0",
"@pusher/chatkit-client-react": "^0.1.4",
"@reach/router": "^1.3.1",
"@sindresorhus/slugify": "^1.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^7.1.2",
"airtable": "^0.8.1",
"algoliasearch": "^4.2.0",
"axios": "^0.19.2",
"cheeseburger-menu": "^0.0.13",
"ckeditor4-react": "^1.1.0",
"cross-env": "^7.0.2",
"custom-electron-titlebar": "^3.2.2-hotfix62",
"dayjs": "^1.8.25",
"electron": "^8.2.3",
"electron-builder": "^22.5.1",
"electron-is-dev": "^1.2.0",
"electron-reload": "^1.5.0",
"firebase": "^7.8.1",
"jest-dom": "^4.0.0",
"jodit-react": "^1.0.42",
"jwt-decode": "^2.2.0",
"little-state-machine": "^2.14.1",
"nanoid": "^3.1.3",
"node-sass": "^4.13.1",
"nodemon": "^2.0.3",
"notyf": "^3.5.1",
"pubnub": "^4.27.6",
"pubnub-react": "^2.0.0",
"react": "^16.12.0",
"react-delay": "^0.1.0",
"react-dom": "^16.12.0",
"react-dropdown": "^1.6.4",
"react-dropzone": "^11.0.1",
"react-editor-js": "^1.5.0",
"react-firebase-file-uploader": "^2.4.3",
"react-google-recaptcha": "^2.0.1",
"react-hamburger-menu": "^1.1.1",
"react-hook-form": "^4.10.1",
"react-image-file-resizer": "^0.2.3",
"react-instantsearch-dom": "^6.4.0",
"react-lazy-load-image-component": "^1.4.3",
"react-loadable": "^5.5.0",
"react-meta-tags": "^0.7.4",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-sweet-progress": "^1.1.2",
"react-testing-library": "^8.0.1",
"react-use": "^14.2.0",
"redux": "^4.0.5",
"redux-auth-wrapper": "^3.0.0",
"redux-firestore": "^0.13.0",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.15",
"slate": "^0.57.1",
"slate-history": "^0.57.1",
"slate-plain-serializer": "^0.7.11",
"slate-react": "^0.57.1",
"spacetime": "^6.4.3",
"spinthatshit": "^1.0.4",
"styled-components": "^5.0.1",
"styled-icons": "^10.2.1",
"terser-webpack-plugin": "^2.3.5",
"to-title-case": "^1.0.0"
},
"scripts": {
"electron": "cross-env NODE_ENV=dev nodemon --exec \"\"electron .\"\"",
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"cypress": "cypress open",
"test": "react-scripts test",
"test:watch": "react-scripts test --watch",
"test:coverage": "react-scripts test --coverage",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"browserify": "^16.5.1",
"cypress": "^4.6.0",
"envify": "^4.1.0",
"firebase-functions-test": "^0.2.0",
"react-test-renderer": "^16.13.1",
"terser": "^4.6.11",
"terser-brunch": "^4.0.0",
"uglifyify": "^5.0.2"
},
"proxy": "https://us-central1-blogly-xuri.cloudfunctions.net/api"
}