-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 4.46 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "codemanufacture-website",
"description": "Codemanufacture Website",
"version": "0.1.0",
"author": "Piotr Kwiecinski <[email protected]>",
"private": true,
"dependencies": {
"@fontsource/montserrat": "^5.1.0",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^3.14.0",
"classnames": "^2.5.1",
"gatsby": "^5.14.0",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"styled-components": "^6.1.13",
"throttle-debounce": "^5.0.2",
"ts-loader": "^9.5.1",
"twin.macro": "^3.4.1",
"typescript": "^5.6.3",
"validator": "^13.12.0"
},
"homepage": "https://codemanufacture.com/",
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"scripts": {
"build": "gatsby build",
"ci-check": "yarn run:parallel lint:* nit:*",
"clean": "gatsby clean",
"develop": "gatsby develop -H 0.0.0.0",
"format:markdown": "prettier --config .prettierrc --parser markdown --write '{content/**/*.md,README.md}'",
"format:source": "prettier --config .prettierrc --parser typescript --write 'src/**/*.{ts,tsx}'",
"lint-staged": "lint-staged",
"lint:source": "tslint 'src/**/*.{ts,tsx}'",
"nit:markdown": "prettier --config .prettierrc --parser markdown --list-different '{content/**/*.md,README.md}'",
"nit:source": "prettier --config .prettierrc --parser typescript --list-different 'src/**/*.{ts,tsx}'",
"run:parallel": "npm-run-all --parallel",
"serve": "gatsby serve",
"test": "jest",
"test:coverage": "jest --coverage",
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch",
"type-check": "tsc"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@mdx-js/react": "^3.1.0",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/classnames": "^2.3.4",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@types/react-share": "^4.0.0",
"@types/react-test-renderer": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/throttle-debounce": "^5.0.2",
"@types/uniqid": "^5.3.4",
"@types/validator": "^13.12.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": ">=24.0.0 <30.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.1.0",
"gatsby-plugin-mdx": "^5.14.0",
"identity-obj-proxy": "^3.0.0",
"jest": ">=24.0.0 <30.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-haste-map": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-resolve": "^29.7.0",
"jest-styled-components": "^7.2.0",
"lint-staged": "^15.2.10",
"node-notifier": "^10.0.1",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"postcss-syntax": "^0.36.2",
"prettier": "3.3.3",
"react-test-renderer": "^18.3.1",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0"
}
}