-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"name": "website-knots",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/gsap": "^3.0.0",
"@types/js-yaml": "^4.0.3",
"@types/lodash": "^4.14.175",
"@types/offscreencanvas": "^2019.6.4",
"@types/three": "^0.132.2",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"formik": "^2.2.9",
"gsap": "^3.8.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mailgun-js": "^0.22.0",
"netlify-cms-app": "^2.15.45",
"next": "11.1.2",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-markdown": "^7.0.1",
"react-svg": "^14.0.14",
"request": "^2.88.2",
"sass": "^1.42.1",
"sendmail": "^1.6.1",
"spected": "^0.7.1",
"three": "^0.133.1",
"three-trackballcontrols-ts": "^0.2.3"
},
"devDependencies": {
"@types/react": "17.0.24",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}