-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
{
"name": "tiktok-clone",
"author": "Chris Risner",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.3.0",
"@draft-js-plugins/editor": "^4.1.0",
"@draft-js-plugins/mention": "^4.6.1",
"dompurify": "^2.3.1",
"draft-js": "^0.11.7",
"firebase": "^8.6.8",
"lodash.debounce": "^4.0.8",
"node-sass": "^5.0.0",
"react": "^17.0.2",
"react-detect-click-outside": "^1.1.1",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-hot-toast": "^2.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"shortid": "^2.2.16"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
}
}