-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 875 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": "resume",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "15.10.1",
"@contentful/rich-text-types": "15.10.1",
"next": "12.0.3",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.3",
"swiper": "7.4.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-next": "12.0.3",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.1",
"stylelint": "14.0.1",
"stylelint-config-recommended": "6.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0"
},
"license": "ISC"
}