-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1003 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
35
36
37
38
{
"name": "front-end-week",
"version": "0.1.0",
"private": true,
"author": {
"name": "Vitor Mendrone",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint --fix ."
},
"dependencies": {
"@artsy/fresnel": "1.7.0",
"eslint": "7.28.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-react": "11.0.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-only-warn": "1.0.2",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"framer-motion": "4.1.17",
"next": "10.2.3",
"polished": "4.1.3",
"ramda": "0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "5.3.0",
"styled-media-query": "2.1.2",
"styled-normalize": "8.0.7"
}
}