This repository was archived by the owner on Sep 29, 2025. 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
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 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
{
"contributors": [
{
"name": "Brad Kahl",
"email": "bkahl1984@gmail.com"
},
{
"name": "Greg Fulton",
"email": "gtfullton@gmail.com"
}
],
"author": "BEMS Common Framework",
"license": "MIT",
"name": "bems-theme-react-starter",
"version": "1.0.19",
"private": false,
"dependencies": {
"autosuggest-highlight": "^3.1.0",
"classnames": "^2.2.5",
"keycode": "^2.1.9",
"lodash": "^4.17.4",
"material-ui": "^1.0.0-beta.6",
"material-ui-icons": "^1.0.0-beta.5",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"rc-tooltip": "^3.4.8",
"react": "^16.0.0-beta.5",
"react-autosuggest": "^9.3.2",
"react-day-picker": "^6.1.0",
"react-dom": "^16.0.0-beta.5",
"react-dropzone": "^4.1.0",
"react-event-listener": "^0.4.5",
"react-select": "^1.0.0-rc.5",
"react-split-pane": "^0.1.66",
"react-swipeable-views": "^0.12.5",
"recompose": "^0.25.0",
"rxjs": "^5.4.3",
"styled-components": "^2.1.2",
"velocity-animate": "^1.5.0",
"warning": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-notes": "^3.2.7",
"@storybook/addon-options": "^3.2.6",
"@storybook/react": "^3.2.8",
"chai": "^4.1.1",
"react-scripts": "1.0.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9010 -s public",
"build-storybook": "build-storybook -s public"
}
}