-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 850 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
{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"eslint:init": "eslint --init",
"lint": "eslint ./ --fix"
},
"dependencies": {
"@crello/react-lottie": "0.0.11",
"framer-motion": "^3.2.2-rc.1",
"next": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-is": "^16.8.0",
"react-modal": "^3.12.1",
"styled-components": "^5.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"license": "MIT"
}