-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.49 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
50
51
52
53
54
55
{
"name": "devconnect",
"private": true,
"scripts": {
"dev": "next dev",
"dev-inspect": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^0.4.11",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.402",
"@types/react-dom": "^17.0.11",
"cross-env": "^7.0.3",
"dat.gui": "^0.7.7",
"framer-motion": "^10.16.4",
"gl-matrix": "^3.4.3",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"moment-timezone-data-webpack-plugin": "^1.5.0",
"next": "^13.2.4",
"query-string": "^7.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^18.2.0",
"react-slick": "0.28.1",
"react-tippy": "^1.4.0",
"react-toggle": "^4.1.2",
"react-use-gesture": "^9.1.3",
"regl": "^2.1.0",
"resl": "^1.0.3",
"rss-parser": "^3.13.0",
"sass": "^1.44.0",
"sharp": "^0.29.3",
"slick": "1.12.2",
"slugify": "^1.6.6",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@svgr/webpack": "^6.1.1",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"@types/react-slick": "^0.23.10",
"eslint": "7",
"eslint-config-next": "^13.2.4",
"eslint-import-resolver-typescript": "^2.5.0",
"typescript": "4.5.2"
}
}