-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
90 lines (90 loc) · 2.96 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
{
"name": "kotlinfoundation.github.io",
"version": "1.0.0",
"description": "Kotlin Foundation – official site",
"author": "Kotlin Foundation <[email protected]>",
"keywords": [
"gatsby"
],
"scripts": {
"start": "gatsby develop --port 8082 & tcm -w -c src",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint --ext src/**/**/*.{ts,tsx} --quiet",
"lint:fix": "eslint --fix --ext src/**/**/*.{ts,tsx} --quiet",
"prettier": "prettier --write 'src/**/**/*.{ts,tsx,css,scss}'",
"generate-css-types": "tcm -c src",
"lint-staged": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@csstools/postcss-global-data": "^1.0.3",
"@jetbrains/kotlin-web-site-ui": "^4.6.0",
"@mapbox/rehype-prism": "^0.9.0",
"@rescui/button": "^0.8.0",
"@rescui/checkbox": "^0.4.10",
"@rescui/focus-manager": "^0.1.3",
"@rescui/icons": "^0.10.3",
"@rescui/input": "^0.5.4",
"@rescui/tooltip": "^0.4.7",
"@rescui/typography": "^0.8.3",
"@rescui/ui-contexts": "^0.3.5",
"classnames": "^2.3.2",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-images": "^7.8.0",
"postcss-each": "^1.1.0",
"postcss-mixins": "^9.0.4",
"postcss-preset-env": "^8.1.0",
"prism-themes": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gif-player": "^0.4.2",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-outside-click-handler": "^1.3.0",
"react-remove-scroll-bar": "^2.3.4",
"react-scrollbar-size": "^5.0.0",
"react-slick": "^0.29.0",
"rehype-slug": "^5.1.0",
"slick-carousel": "^1.8.1",
"the-platform": "^0.10.1"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@mdx-js/react": "^2.3.0",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^3.7.0",
"core-js": "^3.29.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby": "5",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-mdx": "^5.7.0",
"gatsby-plugin-postcss": "^6.7.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.7.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-source-filesystem": "^5.7.0",
"gatsby-transformer-remark": "^6.7.0",
"gatsby-transformer-sharp": "^5.7.0",
"glob": "^10.2.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"postcss": "^8.4.21",
"prettier": "^3.1.0",
"prop-types": "^15.7.2",
"typed-css-modules": "^0.8.1",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.2.3"
}
}