-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·83 lines (83 loc) · 2.53 KB
/
package.json
File metadata and controls
executable file
·83 lines (83 loc) · 2.53 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
{
"name": "react-dialogue-tree",
"version": "0.13.0",
"description": "Flexible Dialogue Tree for React",
"main": "dist/react-dialogue-tree.js",
"scripts": {
"start": "storybook dev p 6006",
"test": "jest --verbose false",
"test:coverage": "jest --coverage --verbose false",
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"prepare": "npm run build",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnbroatch/react-dialogue-tree.git"
},
"keywords": [
"react",
"dialogue",
"ui"
],
"author": "Matthew Broatch",
"license": "ISC",
"bugs": {
"url": "https://github.com/mnbroatch/react-dialogue-tree/issues"
},
"homepage": "https://github.com/mnbroatch/react-dialogue-tree",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-object-rest-spread": "",
"@babel/preset-react": "",
"@rollup/plugin-babel": "",
"@rollup/plugin-commonjs": "",
"@rollup/plugin-json": "",
"@rollup/plugin-node-resolve": "^13.0.0",
"@storybook/addon-actions": "^7.0.0-beta.30",
"@storybook/addon-controls": "^7.0.0-beta.30",
"@storybook/addon-essentials": "^7.0.0-beta.30",
"@storybook/addon-interactions": "^7.0.0-beta.30",
"@storybook/addon-links": "^7.0.0-beta.30",
"@storybook/blocks": "^7.0.0-beta.30",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.0.0-beta.30",
"@storybook/react-webpack5": "^7.0.0-beta.30",
"@storybook/testing-library": "^0.0.14-next.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"assert": "^2.0.0",
"babel-jest": "^27.4.4",
"babel-loader": "^8.3.0",
"eslint": "",
"eslint-config-standard": "",
"eslint-plugin-import": "",
"eslint-plugin-node": "",
"eslint-plugin-promise": "",
"eslint-plugin-react": "",
"install": "^0.13.0",
"jest": "^27.4.3",
"markdown-to-jsx": "",
"node-sass": "^7.0.1",
"npm": "^8.3.1",
"prop-types": "^15.8.1",
"raw-loader": "",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "",
"react-useinterval": "",
"rollup": "^2.63.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "",
"sass-loader": "^12.4.0",
"source-loader": "",
"storybook": "^7.0.0-beta.30"
},
"dependencies": {
"react": "^18.2.0",
"react-error-boundary": "^3.1.4",
"yarn-bound": "0.5.5"
}
}