-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 KB
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
{
"name": "fm-react-layout",
"version": "0.0.1",
"description": "",
"main": "dist/cjs/bundle.js",
"module": "dist/esm/bundle.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMatter/fm-react-layout.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrontendMatter/fm-react-layout/issues"
},
"homepage": "https://github.com/FrontendMatter/fm-react-layout#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.31",
"classnames": "^2.3.2",
"dom-factory": "^1.1.0",
"material-design-kit": "^2.2.1",
"perfect-scrollbar": "^1.5.5",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.69.4",
"sidebar-style-guide": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"classnames": "^2.3.2",
"dom-factory": "^1.1.0",
"material-design-kit": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sidebar-style-guide": "^2.0.0",
"react-bootstrap": "^2.9.1"
}
}