static-cms/package.json

109 lines
3.2 KiB
JSON
Raw Normal View History

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 --config webpack.dev.js",
"test": "NODE_ENV=test jest",
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",
2016-07-06 19:51:43 -03:00
"storybook": "start-storybook -p 9001",
"storybook-build": "build-storybook -o dist",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:staged": "lint-staged"
2016-02-25 00:45:56 -08:00
},
"lint-staged": {
"*.@(js|jsx)": [
"eslint --fix",
"git add"
]
},
"pre-commit": "lint:staged",
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": "^6.1.2",
"babel-jest": "^15.0.0",
2016-02-25 00:45:56 -08:00
"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-runtime": "^6.5.0",
"css-loader": "^0.23.1",
2016-09-22 21:52:43 +02:00
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-plugin-react": "^5.1.1",
2016-09-13 12:53:22 +02:00
"expect": "^1.20.2",
2016-02-25 00:45:56 -08:00
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"immutable": "^3.7.6",
"imports-loader": "^0.6.5",
"jest-cli": "^15.1.1",
2016-02-25 00:45:56 -08:00
"js-yaml": "^3.5.3",
2016-09-22 17:37:18 +02:00
"lint-staged": "^3.0.3",
"moment": "^2.11.2",
2016-09-15 18:53:24 +02:00
"node-sass": "^3.10.0",
2016-02-25 00:45:56 -08:00
"normalizr": "^2.0.0",
"postcss-cssnext": "^2.7.0",
2016-07-05 15:48:18 -03:00
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"pre-commit": "^1.1.3",
2016-06-16 22:54:31 -03:00
"react": "^15.1.0",
2016-09-22 21:52:43 +02:00
"react-addons-test-utils": "^15.3.2",
2016-06-16 22:54:31 -03:00
"react-dom": "^15.1.0",
2016-09-13 17:08:26 +02:00
"react-hot-loader": "^3.0.0-beta.2",
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",
2016-07-15 15:05:04 -03:00
"react-router": "^2.5.1",
"react-router-redux": "^4.0.5",
2016-02-25 00:45:56 -08:00
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
2016-09-15 18:53:24 +02:00
"sass-loader": "^4.0.2",
2016-02-25 00:45:56 -08:00
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
2016-09-13 17:08:26 +02:00
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"webpack-merge": "^0.14.1",
2016-02-25 00:45:56 -08:00
"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": {
2016-07-11 18:57:54 -03:00
"bricks.js": "^1.7.0",
2016-09-09 17:15:58 -03:00
"dateformat": "^1.0.12",
"fuzzy": "^0.1.1",
2016-09-15 18:53:24 +02:00
"immutability-helper": "^2.0.0",
2016-07-19 17:11:22 -03:00
"js-base64": "^2.1.9",
"json-loader": "^0.5.4",
2016-07-05 13:48:52 -03:00
"localforage": "^1.4.2",
"lodash": "^4.13.1",
2016-08-18 09:09:24 -03:00
"markup-it": "git+https://github.com/cassiozen/markup-it.git",
2016-09-15 18:53:24 +02:00
"material-design-icons": "^3.0.1",
"normalize.css": "^4.2.0",
2016-08-01 16:41:55 -03:00
"pluralize": "^3.0.0",
"prismjs": "^1.5.1",
2016-09-05 17:24:24 -03:00
"react-addons-css-transition-group": "^15.3.1",
2016-09-13 16:00:24 -03:00
"react-datetime": "^2.6.0",
"react-htmlparser2": "^0.1.0",
2016-08-02 23:25:45 -03:00
"react-portal": "^2.2.1",
2016-09-15 15:50:33 -03:00
"react-simple-dnd": "^0.1.2",
"react-toolbox": "^1.2.1",
2016-08-02 23:25:45 -03:00
"selection-position": "^1.0.0",
2016-09-04 19:55:14 +02:00
"semaphore": "^1.0.5",
2016-08-18 09:09:24 -03:00
"slate": "^0.13.6"
2016-02-25 00:45:56 -08:00
}
}