This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.68 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "@biossun/nami",
"version": "0.2.0",
"description": "UI Components.",
"keywords": [
"nami",
"react",
"component",
"components",
"ui"
],
"homepage": "http://biossun.org/nami",
"bugs": "https://github.com/biossun/nami/issues",
"repository": "github:biossun/nami",
"license": "MIT",
"author": {
"name": "Bios Sun",
"email": "biossun@gmail.com",
"url": "https://biossun.org"
},
"main": "dist/index.js",
"module": "dist-es/index.js",
"types": "dist-es/index.d.ts",
"files": [
"dist",
"dist-es",
"src"
],
"scripts": {
"start": "concurrently 'yarn docs-parser --watch' 'wp --config site/webpack.config.js'",
"format": "prettier --write './{src,docs,site,scripts}/**/*.{js,jsx,ts,tsx,json,scss,md}' './*.{js,json,md}'",
"docs-parser": "node ./scripts/docs-parser",
"precommit": "pretty-quick --staged",
"prepublishOnly": "gulp publish",
"preyalc": "gulp nami:build",
"publish-site": "gulp site:publish",
"storybook": "start-storybook -p 8006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@biossun/color": "^1.1.1",
"clsx": "^1.1.0",
"iterall": "^1.2.2",
"nojiko": "^1.0.0",
"object.omit": "^3.0.0",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react-event-listener": "^0.6.3",
"react-is": "^16.13.1",
"shallowequal": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.9.2",
"@babel/template": "^7.7.4",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"@types/prop-types": "^15.5.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-event-listener": "^0.4.7",
"@types/react-loadable": "^5.4.0",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"@types/react-syntax-highlighter": "^11.0.3",
"@types/shallowequal": "^1.1.1",
"ansi-colors": "^4.1.1",
"app-root-path": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"chokidar": "^3.3.1",
"concurrently": "^5.0.2",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"fs-extra": "^8.1.0",
"gh-pages": "^2.1.1",
"glob": "^7.1.2",
"gray-matter": "^4.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-filter": "^6.0.0",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"js-yaml": "^3.12.0",
"koa-connect": "^2.0.1",
"lodash": "^4.17.10",
"merge2": "^1.3.0",
"mini-css-extract-plugin": "^0.9.0",
"outdent": "^0.7.0",
"pepjs": "^0.5.2",
"prettier": "^1.13.5",
"pretty-quick": "^2.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-loadable": "^5.4.0",
"react-markdown": "^4.3.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-syntax-highlighter": "^12.2.1",
"regenerator-runtime": "^0.13.3",
"rio-typesetting": "^0.4.1",
"sass": "^1.24.0",
"sass-loader": "^8.0.0",
"shelljs": "^0.8.2",
"style-loader": "^1.1.2",
"ts-loader": "^6.2.1",
"typescript": "^3.0.1",
"typescript-plugin-css-modules": "^2.2.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-log": "^3.0.1",
"webpack-nano": "^0.8.1",
"webpack-node-externals": "^1.7.2",
"webpack-plugin-serve": "^0.12.1",
"webpack-stream": "^5.0.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}