This repository was archived by the owner on Aug 24, 2023. It is now read-only.
forked from yami03/frontend-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.79 KB
/
Copy pathpackage.json
File metadata and controls
138 lines (138 loc) · 4.79 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
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
{
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/lunit-io/frontend-components.git",
"directory": "src/_packages/@lunit/name"
},
"scripts": {
"docs:import": "markdown-source-import README.md \"src/**/*.md\"",
"package:build": "npm run docs:import && rocket-punch build",
"package:publish": "rocket-punch publish",
"storybook:start": "start-storybook --port 9200 --static-dir ./public,./src/@lunit/insight-viewer/public",
"storybook:build": "build-storybook --quiet --output-dir ./dist-storybook --static-dir ./public,./src/@lunit/insight-viewer/public",
"handbook:build": "node scripts/handbook.build.js",
"handbook:start": "node scripts/handbook.start.js",
"preview:start": "node scripts/preview.start.js",
"ui-guideline:build": "node scripts/ui-guideline.build.js",
"ui-guideline:start": "node scripts/ui-guideline.start.js",
"handbook-insight-viewer-sample:build": "node scripts/handbook-insight-viewer-sample.build.js",
"handbook-insight-viewer-sample:start": "node scripts/handbook-insight-viewer-sample.start.js",
"handbook-new-window-sample:build": "node scripts/handbook-new-window-sample.build.js",
"handbook-new-window-sample:start": "node scripts/handbook-new-window-sample.start.js",
"start": "npm run handbook:start",
"test": "jest --colors",
"prettier": "prettier --write \"src/**/*.{js,jsx,mjs,ts,tsx}\"",
"lint": "eslint \"src/**/*.{js,jsx,mjs,ts,tsx}\"",
"download": "node scripts/download.js"
},
"husky": {
"hooks": {
"pre-commit": "markdown-source-import README.md \"src/**/*.md\" --git-add && lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,mjs,ts,tsx}": [
"prettier --write",
"eslint",
"jest --colors --findRelatedTests"
]
},
"browserslist": {
"production": [
"chrome > 60",
"firefox > 60"
],
"development": [
"last 2 chrome versions",
"last 2 firefox versions"
],
"package": [
"chrome > 60",
"firefox > 60"
]
},
"dependencies": {
"@handbook/code-block": "^1.0.0",
"@handbook/source": "^1.0.0",
"@handbook/typescript-source-sampler": "^1.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.10.0",
"@mdx-js/react": "^1.6.18",
"csstype": "^3.0.3",
"d3-color": "^2.0.0",
"d3-ease": "^2.0.0",
"d3-timer": "^2.0.0",
"event-target-shim": "^5.0.1",
"fs-extra": "^9.0.1",
"history": "^5.0.0",
"point-in-polygon": "^1.0.1",
"polylabel": "^1.1.0",
"prism-react-renderer": "^1.1.1",
"react": "^16.14.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-frame-component": "^4.1.3",
"react-helmet": "^6.1.0",
"react-live": "^2.2.2",
"react-router-dom": "^5.2.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.6.3",
"slugify": "^1.4.5",
"styled-components": "^5.2.0",
"use-resize-observer": "^6.1.0"
},
"devDependencies": {
"@handbook/babel-plugin": "^1.0.0",
"@handbook/markdown-source-import": "^1.0.1",
"@lunit/cornerstone-declarations": "^0.5.0",
"@lunit/prettier-config": "^0.1.1",
"@rocket-scripts/web": "^1.3.0",
"@ssen/eslint-config": "^1.3.1",
"@ssen/prettier-config": "^1.2.0",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-knobs": "^6.0.26",
"@storybook/addon-storysource": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/source-loader": "^6.0.26",
"@storybook/theming": "^6.0.26",
"@testing-library/react-hooks": "^3.4.2",
"@types/d3-color": "^2.0.0",
"@types/d3-ease": "^2.0.0",
"@types/d3-timer": "^2.0.0",
"@types/eslint": "^7.2.4",
"@types/fs-extra": "^9.0.2",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.14",
"@types/mdx-js__react": "^1.5.3",
"@types/node-fetch": "^2.5.5",
"@types/point-in-polygon": "^1.0.0",
"@types/polylabel": "^1.0.5",
"@types/prettier": "^2.1.5",
"@types/puppeteer": "^3.0.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-frame-component": "^4.1.1",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-test-renderer": "^16.9.3",
"@types/styled-components": "^5.1.4",
"@types/testing-library__react-hooks": "^3.4.1",
"@types/use-resize-observer": "^6.0.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-react-app": "^5.2.1",
"husky": "^4.3.0",
"jest": "^26.5.3",
"lint-staged": "^10.4.2",
"node-fetch": "^2.6.1",
"prettier": "^2.1.2",
"puppeteer": "^5.3.1",
"react-test-renderer": "^16.14.0",
"rocket-punch": "^2.3.1",
"typescript": "^4.0.3"
}
}