-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "yourbotislive-client",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --config ./.prettierrc --config-precedence prefer-file --ignore-path ./.gitignore --write \"./src/**/*.{js,jsx,json}\""
},
"dependencies": {
"ace-builds": "^1.4.13",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"json-bigint": "^1.0.0",
"micromark": "^3.0.9",
"next": "12.0.3",
"next-auth": "4.0.0-beta.7",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-ace": "^9.5.0",
"react-bootstrap": "^2.0.2",
"react-bootstrap-icons": "^1.6.1",
"react-dom": "17.0.2",
"react-spring": "^9.3.0",
"styled-components": "^5.3.3",
"swr": "^1.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.3",
"eslint": "7",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.3.2"
},
"resolutions": {
"styled-components": "^5"
}
}