-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 951 Bytes
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
{
"name": "id-wfa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"downloadLogo": "node -r @swc-node/register src/utils/downloadLogo.ts"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"clsx": "^1.1.1",
"isomorphic-unfetch": "^3.1.0",
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@swc-node/register": "^1.4.2",
"@types/node": "17.0.12",
"@types/prettier": "^2.6.0",
"@types/react": "18.0.5",
"@types/tailwindcss": "^3.0.3",
"autoprefixer": "^10.4.4",
"cheerio": "^1.0.0-rc.10",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.17",
"typescript": "4.6.3"
}
}