-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 3.09 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
{
"name": "personal.onlyoffice.com",
"version": "1.0.60",
"private": true,
"scripts": {
"develop": "yarn debug-info && gatsby develop -p 9000",
"start": "yarn debug-info && gatsby develop -p 9000",
"build": "yarn debug-info && gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"storybook": "start-storybook -p 8082 -s ./static",
"bump": "yarn version --no-git-tag-version --no-commit-hooks --patch",
"debug-info": "auto-changelog --unreleased-only --template debuginfo --custom title=Revision,gatsby=true,path=revision --output src/markdown-pages/revision.md"
},
"dependencies": {
"@callstack/react-theme-provider": "^3.0.9",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"babel-plugin-styled-components": "^1.13.3",
"browserify-zlib": "^0.2.0",
"email-addresses": "^5.0.0",
"gatsby": "^3.15.0",
"gatsby-cli": "^3.15.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-asset-path": "^3.0.4",
"gatsby-plugin-gatsby-cloud": "^2.11.0",
"gatsby-plugin-google-analytics": "^3.15.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.15.0",
"gatsby-plugin-load-script": "^1.1.0",
"gatsby-plugin-manifest": "^3.15.0",
"gatsby-plugin-mdx": "^2.15.0",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-react-helmet": "^4.15.0",
"gatsby-plugin-react-i18next": "^1.2.3",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^3.15.0",
"gatsby-plugin-sitemap": "^4.11.0",
"gatsby-plugin-styled-components": "^4.15.0",
"gatsby-plugin-typescript": "^3.15.0",
"gatsby-source-filesystem": "^3.15.0",
"gatsby-transformer-remark": "^4.12.0",
"gatsby-transformer-sharp": "^3.15.0",
"i18next": "^20.6.1",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "^11.18.6",
"react-markdown": "^7.1.2",
"react-slick": "^0.28.1",
"react-svg": "^14.1.19",
"react-toastify": "^6.2.0",
"sjcl": "^1.0.8",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11",
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-contexts": "^5.3.21",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-viewport": "^6.5.16",
"@storybook/react": "^6.5.16",
"@svgr/rollup": "^5.5.0",
"@svgr/webpack": "^5.5.0",
"auto-changelog": "https://github.com/ONLYOFFICE/auto-changelog.git#master",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^10.0.1",
"commander": "^7.2.0",
"copy-webpack-plugin": "6.4.0",
"css-loader": "^5.2.7",
"handlebars": "^4.7.8",
"node-fetch": "^2.7.0",
"parse-github-url": "^1.0.2",
"semver": "^7.6.0"
}
}