2016-02-25 00:45:56 -08:00
|
|
|
{
|
|
|
|
"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",
|
2016-06-18 13:05:28 -07:00
|
|
|
"test:watch": "npm test -- --watch",
|
2016-07-05 15:48:18 -03:00
|
|
|
"build": "webpack --config webpack.config.js",
|
|
|
|
"storybook": "start-storybook -p 9001"
|
2016-02-25 00:45:56 -08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"netlify",
|
|
|
|
"cms"
|
|
|
|
],
|
|
|
|
"author": "Netlify",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2016-07-05 15:48:18 -03:00
|
|
|
"@kadira/storybook": "^1.36.0",
|
2016-02-25 00:45:56 -08:00
|
|
|
"autoprefixer": "^6.3.3",
|
|
|
|
"babel-core": "^6.5.1",
|
|
|
|
"babel-eslint": "^4.1.8",
|
|
|
|
"babel-loader": "^6.2.2",
|
2016-07-05 13:48:52 -03:00
|
|
|
"babel-plugin-lodash": "^3.2.0",
|
2016-02-25 00:45:56 -08:00
|
|
|
"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",
|
2016-06-28 15:28:42 -03:00
|
|
|
"css-loader": "^0.23.1",
|
2016-02-25 00:45:56 -08:00
|
|
|
"eslint": "^1.10.3",
|
|
|
|
"eslint-loader": "^1.2.1",
|
2016-06-16 19:20:36 -03:00
|
|
|
"eslint-plugin-react": "^5.1.1",
|
2016-02-25 00:45:56 -08:00
|
|
|
"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",
|
2016-02-25 20:40:35 -08:00
|
|
|
"moment": "^2.11.2",
|
2016-02-25 00:45:56 -08:00
|
|
|
"normalizr": "^2.0.0",
|
2016-06-28 15:28:42 -03:00
|
|
|
"postcss-cssnext": "^2.7.0",
|
2016-07-05 15:48:18 -03:00
|
|
|
"postcss-import": "^8.1.2",
|
2016-06-28 15:28:42 -03:00
|
|
|
"postcss-loader": "^0.9.1",
|
2016-06-16 22:54:31 -03:00
|
|
|
"react": "^15.1.0",
|
|
|
|
"react-dom": "^15.1.0",
|
2016-02-25 00:45:56 -08:00
|
|
|
"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",
|
2016-06-16 22:54:31 -03:00
|
|
|
"whatwg-fetch": "^1.0.0"
|
2016-05-30 16:55:32 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"commonmark": "^0.24.0",
|
|
|
|
"commonmark-react-renderer": "^4.1.2",
|
|
|
|
"draft-js": "^0.7.0",
|
|
|
|
"draft-js-export-markdown": "^0.2.0",
|
|
|
|
"draft-js-import-markdown": "^0.1.6",
|
2016-06-30 18:12:23 -03:00
|
|
|
"fuzzy": "^0.1.1",
|
2016-06-05 01:52:18 -07:00
|
|
|
"json-loader": "^0.5.4",
|
2016-07-05 13:48:52 -03:00
|
|
|
"localforage": "^1.4.2",
|
|
|
|
"lodash": "^4.13.1"
|
2016-02-25 00:45:56 -08:00
|
|
|
}
|
|
|
|
}
|