157 lines
4.7 KiB
JSON
157 lines
4.7 KiB
JSON
{
|
|
"name": "netlify-cms",
|
|
"version": "0.1.5",
|
|
"description": "Netlify CMS lets content editors work on structured content stored in git",
|
|
"main": "dist/cms.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack.dev.js",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"build": "NODE_ENV=production webpack --config webpack.prod.js",
|
|
"prepublish": "npm run build",
|
|
"storybook": "start-storybook -p 9001",
|
|
"storybook-build": "build-storybook -o dist",
|
|
"lint": "npm run lint:js & npm run lint:css",
|
|
"lint:js": "eslint .",
|
|
"lint:js:fix": "npm run lint:js -- --fix",
|
|
"lint:css": "stylelint 'src/**/*.css'",
|
|
"lint:css:fix": "stylefmt --recursive src/",
|
|
"lint:staged": "lint-staged",
|
|
"deps": "npm-check -s",
|
|
"deps:update": "npm-check -u"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"jest --findRelatedTests",
|
|
"git add"
|
|
]
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"README.md"
|
|
],
|
|
"pre-commit": "lint:staged",
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"^.+\\.(png|eot|woff|woff2|ttf|svg|gif)$": "<rootDir>/__mocks__/fileLoaderMock.js",
|
|
"^.+\\.s?css$": "<rootDir>/__mocks__/styleLoaderMock.js"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"netlify",
|
|
"cms",
|
|
"content editing",
|
|
"static site generators",
|
|
"jamstack"
|
|
],
|
|
"author": "Netlify",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.5.1",
|
|
"babel-jest": "^15.0.0",
|
|
"babel-loader": "^6.2.2",
|
|
"babel-plugin-lodash": "^3.2.0",
|
|
"babel-preset-es2015": "^6.5.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-1": "^6.16.0",
|
|
"babel-runtime": "^6.5.0",
|
|
"css-loader": "^0.23.1",
|
|
"enzyme": "^2.4.1",
|
|
"eslint": "^3.7.1",
|
|
"eslint-config-netlify": "github:netlify/eslint-config-netlify",
|
|
"exports-loader": "^0.6.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"imports-loader": "^0.6.5",
|
|
"jest-cli": "^16.0.1",
|
|
"lint-staged": "^3.1.0",
|
|
"node-sass": "^3.10.0",
|
|
"npm-check": "^5.2.3",
|
|
"postcss-cssnext": "^2.7.0",
|
|
"postcss-import": "^8.1.2",
|
|
"postcss-loader": "^0.9.1",
|
|
"pre-commit": "^1.1.3",
|
|
"react-addons-test-utils": "^15.3.2",
|
|
"sass-loader": "^4.0.2",
|
|
"style-loader": "^0.13.0",
|
|
"stylefmt": "^4.3.1",
|
|
"stylelint": "^7.3.1",
|
|
"stylelint-config-css-modules": "^0.1.0",
|
|
"stylelint-config-standard": "^13.0.2",
|
|
"stylelint-declaration-block-order": "^0.1.0",
|
|
"stylelint-declaration-use-variable": "^1.6.0",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.2",
|
|
"webpack-dev-server": "^1.15.1",
|
|
"webpack-merge": "^0.14.1",
|
|
"webpack-postcss-tools": "^1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@kadira/storybook": "^1.36.0",
|
|
"autoprefixer": "^6.3.3",
|
|
"bricks.js": "^1.7.0",
|
|
"dateformat": "^1.0.12",
|
|
"fuzzy": "^0.1.1",
|
|
"immutability-helper": "^2.0.0",
|
|
"immutable": "^3.7.6",
|
|
"jest": "^17.0.0",
|
|
"js-base64": "^2.1.9",
|
|
"js-yaml": "^3.5.3",
|
|
"json-loader": "^0.5.4",
|
|
"localforage": "^1.4.2",
|
|
"lodash": "^4.13.1",
|
|
"markup-it": "git+https://github.com/cassiozen/markup-it.git",
|
|
"material-design-icons": "^3.0.1",
|
|
"moment": "^2.11.2",
|
|
"normalize.css": "^4.2.0",
|
|
"pluralize": "^3.0.0",
|
|
"prismjs": "^1.5.1",
|
|
"prosemirror-commands": "^0.12.0",
|
|
"prosemirror-history": "^0.12.0",
|
|
"prosemirror-inputrules": "^0.12.0",
|
|
"prosemirror-keymap": "^0.12.0",
|
|
"prosemirror-markdown": "^0.12.0",
|
|
"prosemirror-model": "^0.12.0",
|
|
"prosemirror-schema-basic": "^0.12.0",
|
|
"prosemirror-schema-list": "^0.12.0",
|
|
"prosemirror-schema-table": "^0.12.0",
|
|
"prosemirror-state": "^0.12.0",
|
|
"prosemirror-transform": "^0.12.1",
|
|
"prosemirror-view": "^0.12.0",
|
|
"react": "^15.1.0",
|
|
"react-addons-css-transition-group": "^15.3.1",
|
|
"react-datetime": "^2.6.0",
|
|
"react-dom": "^15.1.0",
|
|
"react-hot-loader": "^3.0.0-beta.2",
|
|
"react-immutable-proptypes": "^2.1.0",
|
|
"react-lazy-load": "^3.0.3",
|
|
"react-portal": "^2.2.1",
|
|
"react-pure-render": "^1.0.2",
|
|
"react-redux": "^4.4.0",
|
|
"react-router": "^2.5.1",
|
|
"react-router-redux": "^4.0.5",
|
|
"react-sidebar": "^2.2.1",
|
|
"react-simple-dnd": "^0.1.2",
|
|
"react-sortable": "^1.2.0",
|
|
"react-toolbox": "^1.2.1",
|
|
"react-topbar-progress-indicator": "^1.0.0",
|
|
"react-waypoint": "^3.1.3",
|
|
"redux": "^3.3.1",
|
|
"redux-notifications": "^2.1.1",
|
|
"redux-optimist": "^0.0.2",
|
|
"redux-thunk": "^1.0.3",
|
|
"selection-position": "^1.0.0",
|
|
"semaphore": "^1.0.5",
|
|
"slate": "^0.14.14",
|
|
"slate-drop-or-paste-images": "^0.2.0",
|
|
"textarea-caret-position": "^0.1.1",
|
|
"uuid": "^2.0.3",
|
|
"whatwg-fetch": "^1.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^1.0.14"
|
|
}
|
|
}
|