-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.23 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
{
"name": "juniper-ui",
"version": "0.3.4",
"scripts": {
"start": "next start",
"dev": "next dev",
"lint": "next lint",
"docs": "next build",
"build": "rollup -c",
"publish": "yarn build && npm publish"
},
"dependencies": {
"nanoid": "^3.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-popper": "^2.3.0",
"react-toastify": "^9.0.1",
"ui-box": "^5.0.0"
},
"peerDependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-feather": "^2.0.9",
"react-toastify": "^9.0.1",
"ui-box": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.19",
"@storybook/storybook-deployer": "^2.8.10",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/ui-box": "^2.0.0",
"classnames": "^2.3.1",
"css-loader": "^6.6.0",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"immer": "^9.0.12",
"juniper-ui": "^0.3.4",
"next": "12.1.0",
"react-syntax-highlighter": "^15.4.5",
"rollup": "^2.67.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-typescript2": "^0.31.2",
"sass": "^1.49.8",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5"
},
"browser": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"description": "A React component library.",
"repository": {
"type": "git",
"url": "git+https://github.com/jynnie/juniper.git"
},
"keywords": [
"React",
"UI Library",
"Component Library"
],
"author": "jynnie",
"license": "MIT",
"bugs": {
"url": "https://github.com/jynnie/juniper/issues"
},
"homepage": "https://github.com/jynnie/juniper#readme"
}