-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.29 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": "directual-web-components",
"version": "3.11.8",
"description": "fps components",
"author": "Directual",
"license": "MIT",
"repository": "directual/directual-web-components",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"moment": "^2.26.0",
"engines": {
"node": ">=10"
},
"browserslist": [
">0.2%",
"not ie 11",
"not dead",
"not chrome 49"
],
"scripts": {
"build": "microbundle-crl --no-compress --workers --format modern,cjs",
"start": "microbundle-crl watch --no-compress --workers --format modern,cjs",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build",
"bump": "npm version patch -m \"Release v%s\" && git push && git push --tags",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"lodash": "^4.17.21",
"moment": "^2.26.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.19.3",
"react-datetime": "^2.16.3",
"react-dropzone": "^14.2.3",
"react-markdown": "^5.0.2",
"react-table": "^7.7.0",
"recharts": "^2.6.2",
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/runtime": "^7.15.4",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/test": "^7.6.17",
"babel-eslint": "^10.0.3",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-storybook": "^0.8.0",
"gh-pages": "^2.2.0",
"json-loader": "^0.5.7",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"storybook": "^7.6.17",
"transform-loader": "^0.2.4",
"webworkify-webpack": "^1.0.6"
},
"files": [
"dist"
],
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.5",
"@editorjs/embed": "^2.7.4",
"@editorjs/header": "^2.8.7",
"@editorjs/image": "^2.9.3",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.10.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/quote": "^2.7.2",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.4.1",
"@editorjs/underline": "^1.1.0",
"@editorjs/warning": "^1.4.0",
"color": "^4.2.3",
"dangerously-set-html-content": "^1.1.0",
"editorjs-mermaid": "^1.0.0",
"editorjs-parser": "^1.5.3",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.1",
"moment": "^2.26.0",
"pigeon-maps": "^0.21.3",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.19.3",
"react-datetime": "^2.16.3",
"react-dropzone": "^14.2.3",
"react-editor-js": "^2.1.0",
"react-imask": "^7.6.1",
"react-map-gl": "^7.1.7",
"react-markdown": "^5.0.2",
"react-table": "^7.7.0",
"react-tooltip": "^5.28.0",
"recharts": "^2.6.2",
"remark-gfm": "^1.0.0",
"storybook-css-modules": "^1.0.8"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]"
}