|
|
@@ -18,19 +18,22 @@
|
|
18
|
18
|
"lint": "next lint"
|
|
19
|
19
|
},
|
|
20
|
20
|
"dependencies": {
|
|
|
21
|
+ "@babel/core": "^7.15.5",
|
|
|
22
|
+ "@babel/preset-env": "^7.15.4",
|
|
21
|
23
|
"@stitches/react": "^1.0.0",
|
|
22
|
24
|
"@tldraw/tldraw": "^0.0.57",
|
|
|
25
|
+ "@types/node": "^16.7.10",
|
|
|
26
|
+ "@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
|
27
|
+ "@typescript-eslint/parser": "^4.30.0",
|
|
23
|
28
|
"next": "^11.1.0",
|
|
|
29
|
+ "next-transpile-modules": "^8.0.0",
|
|
24
|
30
|
"react": "^17.0.2",
|
|
25
|
31
|
"react-dom": "^17.0.2"
|
|
26
|
32
|
},
|
|
27
|
33
|
"devDependencies": {
|
|
28
|
|
- "@typescript-eslint/eslint-plugin": "^4.30.0",
|
|
29
|
|
- "@typescript-eslint/parser": "^4.30.0",
|
|
30
|
|
- "@types/node": "^16.7.10",
|
|
31
|
|
- "@babel/core": "^7.15.5",
|
|
32
|
|
- "@babel/preset-env": "^7.15.4",
|
|
|
34
|
+ "@babel/core": "^7.14.6",
|
|
33
|
35
|
"@types/jest": "^26.0.23",
|
|
|
36
|
+ "@types/node": "^14.14.25",
|
|
34
|
37
|
"@types/react": "^17.0.16",
|
|
35
|
38
|
"@types/react-dom": "^17.0.9",
|
|
36
|
39
|
"eslint": "7.32.0",
|