sullivan
Version:
Tools to quickly build interfaces in JS
31 lines (30 loc) • 845 B
JSON
{
"name": "sullivan-example",
"version": "0.0.1",
"description": "Example on how to use sullivan in your project",
"main": "index.js",
"scripts": {
"start": "hjs-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adrian le Bas",
"license": "MIT",
"dependencies": {
"aphrodite": "^0.5.0",
"hjs-webpack": "^7.2.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"sullivan": "../"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0"
}
}