75 lines
2.3 KiB
JSON
75 lines
2.3 KiB
JSON
{
|
|
"name": "treejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"author": "romanjaros <jarosr93@gmail.com>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"start": "lerna run --stream --scope documentation start",
|
|
"test": "jest",
|
|
"lint": "eslint -c .eslintrc modules/**/*.{ts,tsx} && stylelint modules/**/*.ts",
|
|
"build": "lerna run --stream --scope documentation build",
|
|
"serve": "http-server dist/client",
|
|
"postinstall": "lerna bootstrap"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.15",
|
|
"@fortawesome/free-solid-svg-icons": "^5.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"@hot-loader/react-dom": "^16.8.4",
|
|
"formik": "^1.5.2",
|
|
"moment": "^2.24.0",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^7.0.3",
|
|
"react-router": "^5.0.0",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0",
|
|
"styled-components": "^4.1.3",
|
|
"typescript": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.9.0",
|
|
"@types/enzyme-adapter-react-16": "^1.0.5",
|
|
"@types/jest": "^24.0.9",
|
|
"@types/ramda": "^0.26.8",
|
|
"@types/react": "^16.8.7",
|
|
"@types/react-dom": "^16.8.2",
|
|
"@types/react-redux": "^7.0.8",
|
|
"@types/react-router": "^4.4.5",
|
|
"@types/styled-components": "^4.1.12",
|
|
"@typescript-eslint/eslint-plugin": "^1.6.0",
|
|
"@typescript-eslint/parser": "^1.6.0",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"copy-webpack-plugin": "^5.0.0",
|
|
"cross-env": "^5.2.0",
|
|
"http-server": "^0.11.1",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.10.0",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"eslint-plugin-react-hooks": "^1.5.0",
|
|
"eslint-plugin-typescript": "^0.14.0",
|
|
"eslint-plugin-typescript-sort-keys": "^0.2.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jest": "^24.3.0",
|
|
"lerna": "^3.13.3",
|
|
"react-hot-loader": "^4.8.0",
|
|
"source-map-loader": "^0.2.4",
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-recommended": "^2.1.0",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-processor-styled-components": "^1.5.2",
|
|
"ts-jest": "^24.0.0",
|
|
"ts-node": "^8.0.3",
|
|
"tsconfig-paths": "^3.8.0",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1"
|
|
}
|
|
}
|