-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.43 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
{
"name": "cu-register-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@emotion/babel-plugin": "^11.10.2",
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.12",
"axios": "^1.3.4",
"babel-plugin-macros": "^3.1.0",
"dayjs": "^1.11.7",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"next": "12.2.5",
"prettier": "^2.8.4",
"pspdfkit": "^2023.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"twin.macro": "^2.8.2",
"uuid": "^9.0.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"husky": "^7.0.0",
"postcss": "^8.4.16",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}