mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 07:54:41 +08:00
121 lines
3.2 KiB
JSON
121 lines
3.2 KiB
JSON
{
|
|
"name": "coral-talk",
|
|
"version": "0.0.1",
|
|
"description": "A commenting platform.",
|
|
|
|
"author": "The Coral Project",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jde/talk/issues"
|
|
},
|
|
"homepage": "https://github.com/jde/talk#readme",
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jde/talk.git"
|
|
},
|
|
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --inline --hot --progress",
|
|
"prestart": "npm run build",
|
|
"build": "webpack -p --progress",
|
|
"test": "npm run -s lint && npm run -s test:karma",
|
|
"test:karma": "karma start test/karma.conf.js --single-run",
|
|
"lint": "eslint {src,test}",
|
|
"server": "./server/bin/www",
|
|
"start": "./server/bin/www"
|
|
},
|
|
|
|
"keywords": [
|
|
"coral",
|
|
"ask",
|
|
"webpack",
|
|
"rollup",
|
|
"babel",
|
|
"preact"
|
|
],
|
|
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.3",
|
|
"babel": "^6.5.2",
|
|
"babel-core": "^6.7.2",
|
|
"babel-eslint": "^6.0.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-react-jsx": "^6.6.5",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-es2015-minimal": "^2.0.0",
|
|
"babel-preset-es2015-rollup": "^1.1.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-register": "^6.7.2",
|
|
"babel-runtime": "^6.6.1",
|
|
"chai": "^3.5.0",
|
|
"core-js": "^2.2.1",
|
|
"css-loader": "^0.23.1",
|
|
"eslint": "^2.5.3",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"html-webpack-plugin": "^2.14.0",
|
|
"json-loader": "^0.5.4",
|
|
"karma": "^0.13.22",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chai-sinon": "^0.1.5",
|
|
"karma-mocha": "^0.2.2",
|
|
"karma-mocha-reporter": "^2.0.0",
|
|
"karma-phantomjs-launcher": "^1.0.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"less": "^2.6.1",
|
|
"less-loader": "^2.2.2",
|
|
"mocha": "^2.4.5",
|
|
"ncp": "^2.0.0",
|
|
"phantomjs-prebuilt": "^2.1.6",
|
|
"postcss-loader": "^0.8.2",
|
|
"raw-loader": "^0.5.1",
|
|
"rollup-plugin-babel": "2.4.0",
|
|
"rollup-plugin-commonjs": "^2.2.1",
|
|
"rollup-plugin-memory": "^1.0.0",
|
|
"rollup-plugin-node-resolve": "^1.5.0",
|
|
"rollup-plugin-replace": "^1.1.0",
|
|
"rollup-plugin-uglify": "^0.3.1",
|
|
"sinon": "^1.17.3",
|
|
"sinon-chai": "^2.8.0",
|
|
"source-map-loader": "^0.1.5",
|
|
"style-loader": "^0.13.0",
|
|
"superstatic": "^4.0.2",
|
|
"uglify-js": "^2.6.2",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.3.16",
|
|
"babel-helpers": "^6.8.0",
|
|
"babel-plugin-transform-object-assign": "^6.5.0",
|
|
"body-parser": "^1.15.0",
|
|
"compression": "^1.6.1",
|
|
"cors": "^2.7.1",
|
|
"decko": "^1.1.3",
|
|
"express": "^4.13.4",
|
|
"flatpickr": "^1.8.8",
|
|
"marked": "^0.3.6",
|
|
"preact": "^5.4.0",
|
|
"preact-compat": "^1.6.1",
|
|
"preact-router": "^1.3.0",
|
|
"preact-svg": "^1.6.0",
|
|
"proptypes": "^0.14.3",
|
|
"pug": "^2.0.0-beta2",
|
|
"react-gmaps": "^1.5.0",
|
|
"request": "^2.75.0",
|
|
"request-promise": "^4.1.1",
|
|
"rollup": "^0.25.8",
|
|
"rollup-plugin-postcss": "0.0.27",
|
|
"standard": "^7.1.2",
|
|
"wildemitter": "^1.2.0"
|
|
},
|
|
"main": "webpack.config.babel.js",
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|