-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.18 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "navinmoorthy.me",
"version": "0.0.1",
"keywords": [
"learn in public"
],
"bugs": {
"url": "https://github.com/navin-moorthy/navinmoorthy.me/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/navin-moorthy/navinmoorthy.me"
},
"license": "MIT",
"author": "Navin Moorthy <navin007.a@gmail.com>",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"bootstrap": "lerna bootstrap",
"build": "next build",
"commit": "gacp",
"dev": "next dev",
"format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
"lerna-version": "lerna version",
"lint": "eslint . --ext .js --fix",
"lint:package": "sort-package-json",
"start": "next start"
},
"dependencies": {
"@chakra-ui/button": "^1.0.0-next.6",
"@chakra-ui/color-mode": "^1.0.0-next.6",
"@chakra-ui/css-reset": "^1.0.0-next.6",
"@chakra-ui/icon": "^1.0.0-next.6",
"@chakra-ui/layout": "^1.0.0-next.6",
"@chakra-ui/system": "^1.0.0-next.6",
"@chakra-ui/theme": "^1.0.0-next.6",
"next": "^9.4.4",
"next-google-fonts": "^1.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@next/bundle-analyzer": "^9.4.4",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-eslint": "^10.1.0",
"conventional-changelog-metahub": "^4.0.1",
"cross-env": "^7.0.2",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"gacp": "^2.10.0",
"globby": "^11.0.1",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"sort-package-json": "^1.44.0"
}
}