generated from aftabrehan/next-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "next-app-template",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@svgr/webpack": "^6.3.1",
"axios": "^0.26.1",
"browserslist": "^4.21.7",
"caniuse-lite": "^1.0.30001492",
"clsx": "^1.2.1",
"eslint-config-custom": "^0.0.0",
"eslint-config-next": "^13.2.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"formik": "^2.2.9",
"framer-motion": "^10.12.16",
"next": "12",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.17",
"eslint": "8.12.0",
"sass": "^1.49.11"
},
"description": "A ready next app",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aftabrehan/next-app-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aftabrehan/next-app-template/issues"
},
"homepage": "https://github.com/aftabrehan/next-app-template#readme"
}