mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
94 lines
3 KiB
JSON
94 lines
3 KiB
JSON
{
|
|
"name": "my-empty-react-project",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development webpack-dev-server --mode development --hot --open --inline --progress",
|
|
"build": "NODE_ENV=production webpack --env production --config=webpack.config.js --progress -p",
|
|
"profile": "webpack --json > stats.json"
|
|
},
|
|
"author": "Fedor Katurov <gotham48@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/muerwre/my-empty-react-project"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-rc.1",
|
|
"@babel/preset-env": "^7.0.0-rc.1",
|
|
"autoresponsive-react": "^1.1.31",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^8.2.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"css-loader": "^0.28.11",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-import-resolver-babel-module": "^4.0.0",
|
|
"eslint-import-resolver-webpack": "^0.9.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-babel": "^5.0.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"less-loader": "^4.1.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"path": "^0.12.7",
|
|
"resolve-url-loader": "^3.0.1",
|
|
"style-loader": "^0.21.0",
|
|
"ts-node": "^8.0.1",
|
|
"typescript": "^3.2.4",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"webpack": "^4.6.0",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.1.14"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hot-loader/react-dom": "^16.8.1",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^11.9.0",
|
|
"@types/react": "16.8.23",
|
|
"axios": "^0.18.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"classnames": "^2.2.6",
|
|
"clean-webpack-plugin": "^0.1.9",
|
|
"connected-react-router": "^6.3.2",
|
|
"history": "^4.7.2",
|
|
"http-errors": "~1.6.2",
|
|
"less": "^3.8.1",
|
|
"less-middleware": "~2.2.1",
|
|
"lodash": "^4.17.10",
|
|
"node-sass": "^4.11.0",
|
|
"raleway-cyrillic": "^4.0.2",
|
|
"ramda": "^0.26.1",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"react-grid-layout": "^0.16.6",
|
|
"react-hot-loader": "^4.1.1",
|
|
"react-layout-pack": "^0.2.3",
|
|
"react-packery-component": "^1.0.2",
|
|
"react-redux": "^6.0.1",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scrollbar": "^0.5.4",
|
|
"react-stack-grid": "^0.7.1",
|
|
"redux": "^4.0.1",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-saga": "^0.16.2",
|
|
"reduxsauce": "^1.0.0",
|
|
"sass-loader": "^7.1.0",
|
|
"sass-resources-loader": "^2.0.0",
|
|
"scrypt": "^6.0.3",
|
|
"throttle-debounce": "^2.1.0"
|
|
}
|
|
}
|