-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 865 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
{
"name": "with-styled-components",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"eslint:init": "eslint --init",
"lint": "eslint ./ --fix"
},
"dependencies": {
"bootstrap": "^5.2.3",
"framer-motion": "^10.16.4",
"next": "14.2.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.6",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"license": "MIT"
}