forked from bitprj/bit-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.4 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.4 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
{
"name": "bit-project-react",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.13.7",
"node": "12.x"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.5",
"@chakra-ui/core": "^0.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animejs": "^3.1.0",
"auth0-js": "^9.12.2",
"axios": "^0.19.0",
"camelcase-keys-deep": "^0.1.0",
"contentful": "^7.11.3",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"filepond": "^4.9.3",
"filepond-plugin-image-exif-orientation": "^1.0.6",
"filepond-plugin-image-preview": "^4.6.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"p-cancelable": "^2.0.0",
"pusher-js": "^5.1.1",
"react": "^16.12.0",
"react-aspect-ratio": "^1.0.42",
"react-avatar": "^3.9.2",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-expand-animated": "^1.0.1",
"react-filepond": "^7.0.1",
"react-images": "^1.1.0-beta.3",
"react-markdown": "^4.2.2",
"react-portal": "^4.2.1",
"react-pusher": "^0.2.0",
"react-quill": "^1.3.3",
"react-redux": "^7.1.3",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-scroll": "^1.7.16",
"react-spinkit": "^3.0.0",
"react-syntax-highlighter": "^12.2.1",
"react-transition-group": "^4.3.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"rich-text-to-react": "^1.1.0",
"snakecase-keys": "^3.1.2",
"styled-components": "^4.4.1",
"turndown": "^5.0.3",
"use-callback-ref": "^1.2.1",
"uuid": "^7.0.3",
"validator": "^13.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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": {
"eslint": "^6.8.0",
"redux-immutable-state-invariant": "^2.1.0"
}
}