-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.21 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
{
"name": "onlyoffice-react-ui-kit",
"version": "1.0.0",
"description": "ONLYOFFICE advent announce banner, header and footer menu components for React projects",
"license": "Apache-2.0",
"homepage": "https://www.onlyoffice.com",
"author": "Ascensio System SIA <[email protected]> (https://www.onlyoffice.com)",
"maintainers": [
"Ascensio System SIA <[email protected]> (https://www.onlyoffice.com)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ONLYOFFICE/onlyoffice-react-ui-kit.git"
},
"bugs": {
"url": "https://github.com/ONLYOFFICE/onlyoffice-react-ui-kit/issues"
},
"keywords": [
"onlyoffice"
],
"exports": {
"./advent-announce": "./dist/advent-announce/index.js",
"./advent-announce/css": "./dist/advent-announce/index.css",
"./header-menu": "./dist/header-menu/index.js",
"./header-menu/css": "./dist/header-menu/index.css",
"./footer-menu": "./dist/footer-menu/index.js",
"./footer-menu/css": "./dist/footer-menu/index.css"
},
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@chromatic-com/storybook": "1.9.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-onboarding": "8.3.6",
"@storybook/blocks": "8.3.6",
"@storybook/preset-create-react-app": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-webpack5": "8.3.6",
"@storybook/test": "8.3.6",
"next": "13.3.0",
"postcss-url": "^10.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.80.5",
"storybook": "8.3.6"
}
}