58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "netlify-react-cms",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "webpack-dev-server -d --inline --config webpack.config.js",
|
||
|
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
|
||
|
"test:watch": "npm test -- --watch"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"netlify",
|
||
|
"cms"
|
||
|
],
|
||
|
"author": "Netlify",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^6.3.3",
|
||
|
"babel-core": "^6.5.1",
|
||
|
"babel-eslint": "^4.1.8",
|
||
|
"babel-loader": "^6.2.2",
|
||
|
"babel-plugin-transform-class-properties": "^6.5.2",
|
||
|
"babel-plugin-transform-object-assign": "^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-register": "^6.5.2",
|
||
|
"babel-runtime": "^6.5.0",
|
||
|
"eslint": "^1.10.3",
|
||
|
"eslint-loader": "^1.2.1",
|
||
|
"eslint-plugin-react": "^3.16.1",
|
||
|
"exports-loader": "^0.6.3",
|
||
|
"express": "^4.13.4",
|
||
|
"file-loader": "^0.8.5",
|
||
|
"immutable": "^3.7.6",
|
||
|
"imports-loader": "^0.6.5",
|
||
|
"js-yaml": "^3.5.3",
|
||
|
"mocha": "^2.4.5",
|
||
|
"normalizr": "^2.0.0",
|
||
|
"react": "^0.14.7",
|
||
|
"react-dom": "^0.14.7",
|
||
|
"react-immutable-proptypes": "^1.6.0",
|
||
|
"react-lazy-load": "^3.0.3",
|
||
|
"react-pure-render": "^1.0.2",
|
||
|
"react-redux": "^4.4.0",
|
||
|
"react-router": "^2.0.0",
|
||
|
"react-router-redux": "^3.0.0",
|
||
|
"redux": "^3.3.1",
|
||
|
"redux-thunk": "^1.0.3",
|
||
|
"style-loader": "^0.13.0",
|
||
|
"url-loader": "^0.5.7",
|
||
|
"webpack": "^1.12.13",
|
||
|
"webpack-dev-server": "^1.14.1",
|
||
|
"webpack-postcss-tools": "^1.1.1",
|
||
|
"whatwg-fetch": "^0.11.0"
|
||
|
}
|
||
|
}
|