mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"name": "dnote",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/karma/bin/karma start ./karma.conf.js --single-run",
|
|
"lint": "./node_modules/.bin/eslint ./src"
|
|
},
|
|
"author": "Sung Won Cho <sung@monomax.sh> (https://dnote.io)",
|
|
"license": "AGPL",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.4.4",
|
|
"@hot-loader/react-dom": "^16.8.6",
|
|
"autoprefixer": "^9.5.1",
|
|
"babel-eslint": "^10.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"chai": "^4.2.0",
|
|
"css-loader": "^2.1.1",
|
|
"cssnano": "^4.1.10",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb": "^17.0.0",
|
|
"eslint-config-prettier": "^4.2.0",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"eslint-plugin-react": "^7.13.0",
|
|
"eslint-plugin-react-hooks": "^1.6.0",
|
|
"file-loader": "^3.0.1",
|
|
"karma": "^4.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-webpack": "^3.0.5",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"mocha": "^6.1.4",
|
|
"node-sass": "^4.12.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "^1.17.0",
|
|
"sass-loader": "^7.0.1",
|
|
"source-map-support": "^0.5.12",
|
|
"style-loader": "^0.23.0",
|
|
"url-loader": "^1.0.1",
|
|
"webpack-cli": "^3.3.2",
|
|
"webpack-dev-middleware": "^3.6.2",
|
|
"webpack-dev-server": "^3.3.1",
|
|
"webpack-hot-middleware": "^2.24.4",
|
|
"webpack-manifest-plugin": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"classnames": "^2.2.5",
|
|
"core-js": "^3.0.1",
|
|
"d3": "^5.9.2",
|
|
"highlight.js": "^9.15.6",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"http-proxy": "^1.14.0",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.4",
|
|
"markdown-it": "^8.4.1",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.7.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-helmet": "^5.2.1",
|
|
"react-hot-loader": "^4.8.4",
|
|
"react-redux": "^6.0.1",
|
|
"react-router": "^5.0.0",
|
|
"react-router-config": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-tooltip": "^3.10.0",
|
|
"redux": "^4.0.0",
|
|
"redux-thunk": "^2.1.0",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"tippy.js": "^2.5.3",
|
|
"webpack": "^4.31.0"
|
|
}
|
|
}
|