-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 874 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"fmt": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"animate.css": "^4.1.1",
"daisyui": "^2.14.2",
"framer-motion": "^6.3.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recoil": "^0.7.2"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"eslint": "^8.14.0",
"eslint-config-moneyforward": "^1.0.1",
"eslint-config-prettier": "^8.5.0",
"postcss-preset-env": "^7.4.3",
"prettier": "^2.6.2",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.24",
"typescript": "4.0"
}
}