-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "pisgah-reference-impl",
"version": "1.0.0",
"description": "Reference Implementation leveraging Pisgah Building Blocks and Metadata Framework",
"author": "Adam Parrish",
"license": "MIT",
"bugs": {
"url": "https://github.com/neosavvyinc/pisgah-reference-impl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neosavvyinc/pisgah-reference-impl.git"
},
"homepage": "https://github.com/neosavvyinc/pisgah-reference-impl#readme",
"scripts": {
"storybook": "start-storybook -p 9006",
"build-storybook": "build-storybook"
},
"dependencies": {
"lodash": "^4.17.4",
"moment": "^2.20.1",
"react": "^16.2.0",
"react-addons-shallow-compare": "^15.6.2",
"react-dom": "^16.2.0",
"pisgah": "^1.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-centered": "^3.3.6",
"@storybook/addon-info": "^3.3.6",
"@storybook/addon-links": "^3.2.16",
"@storybook/react": "^3.2.16",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.76.0",
"react-dates": "^16.0.2"
}
}