-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 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
{
"name": "anime-list",
"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",
"@atlaskit/theme": "^12.2.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@marsidev/react-turnstile": "^0.0.5",
"@next/bundle-analyzer": "^12.1.6",
"@reduxjs/toolkit": "^1.8.2",
"@sentry/react": "^7.17.4",
"@sentry/tracing": "^7.17.4",
"@tinymce/tinymce-react": "^4.2.0",
"@types/react-beautiful-dnd": "^13.1.3",
"antd": "^4.20.7",
"axios": "^0.27.2",
"cookies-next": "^2.1.1",
"crypto-js": "^4.1.1",
"lodash": "^4.17.21",
"next": "12.1.6",
"next-compose-plugins": "^2.2.1",
"next-plugin-antd-less": "^1.8.0",
"next-pwa": "^5.6.0",
"pusher-js": "^8.0.0",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"react": "18.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-chat-elements": "^12.0.6",
"react-csv-reader": "^3.5.2",
"react-dom": "18.1.0",
"react-error-boundary": "^3.1.4",
"react-favicon": "^1.0.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.7.1",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"sass": "^1.52.2",
"styled-components": "^3.2.0",
"typewriter-effect": "^2.19.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.188",
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-html-parser": "^2.0.2",
"@types/uuid": "^9.0.0",
"babel-plugin-import": "^1.13.5",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"file-loader": "^6.2.0",
"typescript": "4.7.3",
"url-loader": "^4.1.1"
}
}