-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "na-mesa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@atlaskit/css-reset": "^6.1.2",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"antd": "^4.16.11",
"firebase": "^8.8.1",
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.4",
"framer-motion": "^4",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"next": "11.0.1",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@chakra-ui/icons": "^1.0.15",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "17.0.15",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.13",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"prettier": "^2.3.2",
"typescript": "4.3.5"
},
"engines": {
"node": ">=14.13.0"
}
}