24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "aphrodite-spike",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.6.1",
|
|
"@kadira/storybook": "^2.21.0"
|
|
},
|
|
"dependencies": {
|
|
"aphrodite": "^0.6.0",
|
|
"color": "^0.11.3",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|