-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.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
{
"name": "mm-client-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^22.0.0",
"@ckeditor/ckeditor5-react": "^2.1.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"ag-grid-community": "^23.2.1",
"ag-grid-react": "^23.2.1",
"axios": "^0.20.0",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"draft-js": "^0.11.7",
"flux": "^3.1.3",
"js-cookie": "^2.2.1",
"next": "9.5.2",
"next-images": "^1.4.1",
"next-pwa": "^3.1.4",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-dropzone": "^11.0.3",
"react-feather": "^2.0.8",
"react-ga": "^3.1.2",
"react-quill": "^1.3.5",
"react-router-dom": "^5.2.0",
"shards-react": "^1.0.3",
"shards-ui": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"next-purgecss": "^4.0.0",
"prettier": "^2.1.1"
}
}