-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 989 Bytes
/
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
{
"name": "puzzlers-animation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.4.2",
"framer-motion": "^4.1.17",
"next": "^11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.1",
"react-player": "^2.9.0",
"react-responsive": "^9.0.0-beta.4",
"typeit-react": "^2.0.3"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/react": "17.0.15",
"babel-plugin-macros": "^2.8.0",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"tailwindcss": "^2.2.7",
"twin.macro": "^2.6.2",
"typescript": "4.3.5"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}