-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "blog-starter",
"version": "1.1.0",
"scripts": {
"test": "jest --watch",
"dev": "next -p 3030",
"robots": "node scripts/generateRobotsTxt.js",
"sitemap": "node scripts/generateSitemapXml.js",
"build": "next build && next export && yarn robots && yarn sitemap",
"lint:js": "eslint --ext .js,.jsx --fix --max-warnings=0 .",
"article": "node scripts/articleTemplate/scaffoldNewArticle.js",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@csssr/core-design": "^7.2.5",
"@csssr/csssr.images": "^3.3.3",
"@csssr/e2e-tools": "^1.4.2",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@sentry/browser": "^6.7.1",
"babel-jest": "^27.0.2",
"babel-plugin-prismjs": "^2.0.1",
"classnames": "^2.3.1",
"date-fns": "2.22.1",
"dedent": "^0.7.0",
"final-form": "^4.20.2",
"gray-matter": "4.0.3",
"jest": "^27.0.4",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"next": "^10.2.3",
"node-fetch": "^2.6.1",
"prismjs": "^1.24.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-final-form": "^6.5.3",
"react-gtm-components": "^0.5.0",
"react-reveal": "^1.2.2",
"react-share": "^4.4.0",
"remark": "13.0.0",
"remark-html": "13.0.1",
"sitemap": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@csssr/eslint-config-core": "^1.1.1",
"@csssr/linters": "0.1.1",
"@emotion/eslint-plugin": "^11.2.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"@svgr/webpack": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"babel-loader": "^8.2.2",
"dotenv": "10.0.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security-node": "^1.0.14",
"eslint-plugin-unicorn": "^33.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"husky": "^6.0.0",
"ip": "^1.1.5",
"lint-staged": "^11.0.0",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.3.1"
},
"resolutions": {
"netmask": ">=2.0.1",
"ssri": ">=8.0.1"
}
}