This repository was archived by the owner on Jun 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.32 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.32 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
{
"name": "@nunes22/adaptflex",
"version": "0.1.0-beta7",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w -ws _ ",
"clean": "bsb -clean-world",
"server": "moduleserve ./ --port 8000",
"test": "jest --watchAll",
"doc": "bsdoc build Adaptflex",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"files": [
"src",
"bsconfig.json"
],
"keywords": [
"Component Library",
"Design System",
"ReasonML",
"ReasonReact",
"BuckleScript"
],
"author": "Ciro Nunes",
"license": "MIT",
"dependencies": {
"bs-css": "12.2.0",
"bs-css-emotion": "1.2.0",
"bs-webapi": "^0.15.8",
"re-classnames": "4.1.0",
"bs-storybook": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@glennsl/bs-jest": "0.5.1",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0",
"bs-platform": "7",
"bs-react-testing-library": "0.7.2",
"bsb-js": "^1.1.7",
"bsdoc": "6.0.1-alpha",
"cross-fetch": "^3.0.4",
"moduleserve": "^0.9.0",
"reason-react": "0.7.1"
},
"peerDependencies": {
"react": "16.13.1",
"react-dom": "16.13.1",
"reason-react": "0.7.1"
}
}