-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.5 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.5 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
{
"name": "cttn-web2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:ts": "next dev & next ts:watch",
"build": "next build",
"start": "next start",
"lint": "next lint",
"kill": "kill $(lsof -t -i:3000)",
"type-check": "tsc --noEmit",
"format": "prettier --single-quote=false --print-width 80 --trailing-comma es5 --write \"src/**/*.tsx\"",
"prepare": "husky install"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.2.1",
"@ckeditor/ckeditor5-react": "^5.0.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.2",
"@mui/joy": "^5.0.0-alpha.42",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.1",
"@mui/styles": "^5.9.3",
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
"aws-sdk": "^2.283.1",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"cookies-next": "^2.1.1",
"date-fns": "^2.30.0",
"js-cookie": "^3.0.1",
"material-ui-popup-state": "^4.0.2",
"next": "12.2.5",
"next-compose-plugins": "^2.2.1",
"pure-react-carousel": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-crop": "^4.5.1",
"react-pdf": "^5.7.2",
"react-phone-input-2": "^2.15.1",
"react-player": "^2.10.1",
"react-query": "^3.39.2",
"react-share": "^4.4.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-syntax-highlighter": "^15.5.0",
"react-to-print": "^2.14.11",
"react-webcam": "^7.0.1",
"sharp": "^0.31.1",
"simplebar-react": "^2.4.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/axios": "^0.14.0",
"@types/ckeditor__ckeditor5-core": "^33.0.3",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-pdf": "^5.7.2",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}