-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "villageibook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/react": "^1.6.10",
"@chakra-ui/theme": "^1.10.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.16.13",
"convert-to-ranges": "^1.0.0",
"framer-motion": "^3.10.6",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"moment-ranges": "^0.8.7",
"next": "11.1.2",
"parse-numeric-range": "^1.3.0",
"react": "17.0.2",
"react-big-calendar": "^0.36.1",
"react-dom": "17.0.2",
"react-fela": "^11.7.0",
"react-icons": "^4.3.1",
"rrule": "^2.6.8"
},
"devDependencies": {
"@types/moment-range": "^4.0.0",
"@types/node": "^14.14.25",
"@types/react": "^17.0.30",
"@types/react-big-calendar": "^0.36.0",
"@types/rrule": "^2.2.9",
"eslint": "^7.19.0",
"eslint-config-next": "11.1.2",
"node-sass": "^5.0.0",
"sass-loader": "^12.2.0",
"typescript": "4.4.2"
}
}