-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "dellaquila.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint src --max-warnings=0",
"generate": "yarn plop --plopfile ./generators/plopfile.js"
},
"dependencies": {
"@styled-icons/entypo-social": "^10.34.0",
"@styled-icons/evaicons-outline": "^10.34.0",
"@types/aos": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"aos": "^3.0.0-beta.6",
"eslint-plugin-react": "^7.24.0",
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.0",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-typescript": "^7.14.5",
"@types/react": "^17.0.11",
"@types/styled-components": "^5.1.10",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-hooks": "^4.2.0",
"plop": "^2.7.4",
"prettier": "2.3.1",
"typescript": "^4.3.4"
}
}