-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"svg": "svgr -d public/static/images public/static/images/svg",
"vercel-deploy": "next build"
},
"dependencies": {
"@svgr/cli": "^6.1.0",
"@svgr/webpack": "^6.1.0",
"@toast-ui/editor": "^3.1.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/editor-plugin-color-syntax": "^3.0.2",
"@toast-ui/react-editor": "^3.1.1",
"@zeit/next-css": "^1.0.1",
"add": "^2.0.6",
"axios": "^0.24.0",
"bootstrap": "3",
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"draft-js": "^0.11.7",
"firebase": "^9.1.2",
"jquery": "^3.6.0",
"next": "^12.0.7",
"next-images": "^1.8.4",
"polished": "^4.1.3",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-autosize-textarea": "^7.1.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-js-pagination": "^3.0.3",
"react-loader-spinner": "^4.0.0",
"react-no-ssr": "^1.1.0",
"react-persist": "^1.0.2",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.10",
"react-summernote": "^2.0.2",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"rxjs": "^7.4.0",
"styled-components": "^5.3.1",
"styled-jsx": "^5.0.2",
"styled-reset": "^4.3.4",
"yarn": "^1.22.17"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0"
}
}