-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "short-form-challenge-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.26.1",
"babel-preset-next": "^1.4.0",
"formik": "^2.2.9",
"next": "^12.1.5",
"node-sass": "^7.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.30.0",
"react-query": "^3.34.20",
"react-video-thumbnail": "^0.1.3",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@faker-js/faker": "^6.2.0",
"@types/next": "^7.0.9",
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"framer-motion": "^6.3.3",
"prettier": "2.6.2",
"typescript": "4.6.3"
}
}