-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "resource-navigator",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.4",
"async": "^2.6.1",
"carbon-components": "^9.20.0",
"carbon-components-react": "^6.32.4",
"carbon-icons": "^7.0.7",
"cytoscape-context-menus": "^3.0.6",
"jquery": "^3.3.1",
"oslc-client": "~1.0.6",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-contextmenu": "^2.9.3",
"react-cytoscape": "^1.0.6",
"react-dom": "^16.5.2",
"react-scripts": "1.1.5",
"react-treeview": "^0.4.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@storybook/react": "^3.4.11",
"@storybook/addon-actions": "^3.4.11",
"@storybook/addon-links": "^3.4.11",
"@storybook/addons": "^3.4.11",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0"
}
}