-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.39 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
{
"name": "evolux-tech-blog",
"version": "1.0.0",
"private": true,
"description": "evolux-tech-blog",
"author": "Jefferson Carvalho",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths ",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"prepare": "husky install",
"test": "jest",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"lint-staged": {
"*.(js|jsx|ts|tsx)": "lint"
},
"dependencies": {
"@loadable/component": "^5.15.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^2.0.5",
"evolux-ui-v2": "github:EvoluxBR/evolux-ui#v3.5.2",
"gatsby": "^4.8.0",
"gatsby-plugin-image": "^2.8.0",
"gatsby-plugin-manifest": "^4.8.0",
"gatsby-plugin-mdx": "^3.9.1",
"gatsby-plugin-react-helmet": "^5.8.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-plugin-sitemap": "^5.8.0",
"gatsby-plugin-styled-components": "^5.8.0",
"gatsby-remark-autolink-headers": "^5.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-remark-prismjs": "^6.9.0",
"gatsby-source-filesystem": "^4.8.0",
"gatsby-transformer-sharp": "^4.8.0",
"install": "^0.13.0",
"npm": "^8.5.4",
"prismjs": "^1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/jest": "^27.4.1",
"@types/loadable__component": "^5.13.4",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"babel-jest": "^27.5.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.28.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.0",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}