-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "@s-ui/studio",
"version": "11.49.0",
"description": "Develop, maintain and publish your SUI components.",
"main": "index.js",
"bin": {
"cpx": "./bin/cpx.js",
"sui-studio": "./bin/sui-studio.js"
},
"license": "MIT",
"dependencies": {
"@babel/cli": "7",
"@s-ui/bundler": "9",
"@s-ui/helpers": "1",
"@s-ui/react-context": "1",
"@s-ui/react-router": "1",
"@s-ui/test": "8",
"@testing-library/react": "10.4.9",
"@testing-library/react-hooks": "4.0.1",
"@testing-library/user-event": "13.5.0",
"chai": "4.3.10",
"chai-dom": "1.12.0",
"classnames": "2.5.1",
"commander": "8.3.0",
"deepmerge": "4.3.1",
"fast-glob": "3.2.11",
"fs-extra": "10.1.0",
"git-url-parse": "13.1.0",
"hoist-non-react-statics": "3.3.2",
"just-debounce-it": "1.5.0",
"just-kebab-case": "1.1.0",
"just-pascal-case": "1.1.0",
"micromatch": "4.0.8",
"node-fetch": "2.7.0",
"normalize.css": "8.0.1",
"react": "17",
"react-docgen": "5.3.1",
"react-dom": "17",
"react-test-renderer": "17"
},
"config": {
"sui-bundler": {
"vendor": [
"react",
"react-dom",
"runtime-regenerator"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/SUI-Components/sui.git"
},
"bugs": {
"url": "https://github.com/SUI-Components/sui/issues"
},
"homepage": "https://github.com/SUI-Components/sui/tree/master/packages/sui-studio#readme"
}