-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.92 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.92 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
{
"name": "dappslab",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.4",
"@contentful/field-editor-markdown": "^0.9.8",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@uiw/react-md-editor": "^1.14.7",
"apollo-boost": "^0.4.9",
"apollo-upload-client": "^14.1.2",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"codemirror": "^5.58.3",
"fade": "^0.2.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"konva": "^7.0.6",
"light-toast": "^0.3.0",
"lodash": "^4.17.20",
"md5": "^2.2.1",
"node-sass": "^4.14.1",
"prismjs": "^1.22.0",
"react": "^16.14.0",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-apollo": "^3.1.5",
"react-avatar-edit": "^0.8.3",
"react-codemirror2": "^7.2.1",
"react-copy-to-clipboard": "^5.0.2",
"react-date-picker": "^8.0.3",
"react-datepicker": "^3.3.0",
"react-dom": "^16.13.1",
"react-dropzone-uploader": "^2.11.0",
"react-html-parser": "^2.0.2",
"react-image-crop": "^8.6.4",
"react-konva": "^16.13.0-6",
"react-redux": "^5.0.7",
"react-router": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"react-simple-code-editor": "^0.11.0",
"react-slider": "^1.1.2",
"react-tagsinput": "^3.19.0",
"react-user-avatar": "^1.10.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"rsuite": "^4.8.0",
"sass-lint": "^1.13.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.82.5",
"styled-components": "^5.2.1",
"use-dark-mode": "^2.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"scss": "node-sass --watch /src/assets/scss -o css"
},
"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": {
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@material-ui/core": "^4.11.0",
"apollo-client": "^2.6.10",
"prop-types": "^15.7.2",
"react-markdown": "^5.0.3",
"react-qr-code": "^1.0.2",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-semantic-ui-range": "^0.7.0",
"react-tag-input": "^6.4.3",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"web3": "^1.3.0"
}
}