-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "alaazorkane",
"version": "1.0.0",
"author": "Alaa Zorkane <https://github.com/alaazorkane>",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"framer-motion": "^2.9.4",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"next": "latest",
"next-optimized-images": "^2.6.1",
"next-seo": "^4.5.0",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"swr": "^0.3.9"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"autoprefixer": "^10.0.2",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"postcss": "^8.0.9",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"stylelint": "^13.5.0",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^2.0.1",
"typescript": "4.0.5"
},
"license": "MIT"
}