generated from techmmunity/base-project-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "techmmunity.github.io",
"version": "1.0.0",
"description": "",
"author": "Techmmunity",
"private": false,
"license": "Apache-2.0",
"dependencies": {
"@svgr/webpack": "^5.5.0",
"@techmmunity/easy-check": "^3.1.2",
"next": "^10.2.0",
"next-i18next": "^8.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@techmmunity/eslint-config": "^1.3.6",
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/styled-components": "5.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.7.1-117",
"husky": "^6.0.0",
"next-sitemap": "^1.6.57",
"prettier": "^2.3.0",
"typescript": "4.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap --config sitemap-generator.js",
"start": "next start",
"export": "next export",
"husky:pre-commit": "tsc",
"clone:core": "./scripts/clone-core.sh"
}
}