-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "terraformation",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.75.0",
"@aws-sdk/credential-provider-node": "^3.75.0",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.2",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"express": "^4.17.3",
"fuse.js": "^6.5.3",
"link2aws": "^1.0.8",
"lodash": "^4.17.21",
"next": "12.1.5",
"postcss": "^8.4.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.2",
"swr": "^1.1.2",
"tailwindcss": "^3.0.15",
"yaml": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"typescript": "4.6.3"
}
}