-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.29 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
47
48
49
{
"name": "fp-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/serialize": "^1.1.0",
"@emotion/styled": "^11.10.4",
"@emotion/unitless": "^0.8.0",
"@heroicons/react": "^2.0.10",
"@mui/material": "^5.10.5",
"@mui/styled-engine-sc": "^5.10.3",
"@typeform/embed-react": "^2.1.0",
"bootstrap": "^5.2.1",
"cookies-next": "^2.1.1",
"framer-motion": "^7.3.5",
"grid-engine": "^2.20.0",
"js-cookie": "^3.0.1",
"next": "^12.2.5",
"next-auth": "^4.10.3",
"phaser": "^3.55.2",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.5.0",
"react-cookie": "^4.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-lineto": "^3.3.0",
"react-loader-spinner": "^5.3.4",
"react-spring": "^9.5.5",
"react-toastify": "^9.0.8",
"styled": "^1.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5"
}
}