-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "cshare-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@monaco-editor/react": "^4.4.5",
"@reduxjs/toolkit": "^1.9.5",
"@types/styled-components": "^5.1.26",
"antd": "^4.23.1",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"lodash": "^4.17.21",
"next": "12.2.5",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.3.5",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "18.2.0",
"react-redux": "^8.0.7",
"react-toastify": "^9.0.8",
"sass": "^1.54.4",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/lodash": "^4.14.183",
"@types/node": "18.7.4",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}