1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lf7817-react-admin-template

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 3.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
lf7817 Отправлено 09.09.2019 05:43 106df9e
{
"name": "react-admin-typescript-template",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@types/better-scroll": "^1.12.1",
"@types/classnames": "^2.2.9",
"@types/history": "^4.7.3",
"@types/jest": "24.0.18",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.isequal": "^4.5.5",
"@types/memoize-one": "^4.1.1",
"@types/node": "12.7.4",
"@types/nprogress": "^0.2.0",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/react-scrollbar": "^0.4.10",
"@types/redux-logger": "^3.0.7",
"antd": "^3.23.2",
"axios": "^0.19.0",
"better-scroll": "^1.15.2",
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"core-js": "^3.2.1",
"fundebug-javascript": "^2.0.0",
"immer": "^3.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"memoize-one": "^5.1.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^3.1.0",
"react": "^16.9.0",
"react-app-polyfill": "^1.0.2",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-scrollbar": "^0.5.6",
"react-use": "^12.2.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.0.5",
"regenerator-runtime": "^0.13.3",
"typesafe-actions": "^4.4.2",
"typescript": "3.6.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"clean": "rimraf node_modules",
"lint:ts": "tslint -c tslint.json 'src/**/*.{ts,tsx}' --fix",
"lint:style": "stylelint \"src/**/*.scss\" --fix --syntax scss",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"stylelint-check": "stylelint-config-prettier-check",
"serve": "serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
"yarn run lint:ts",
"git add"
],
"./src/**/*.scss": [
"yarn run lint:style",
"git add"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 9",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.12.1",
"customize-cra": "^0.6.0",
"http-proxy-middleware": "^0.20.0",
"husky": "^3.0.5",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.5",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"react-app-rewired": "^2.1.3",
"react-test-renderer": "^16.9.0",
"rimraf": "^3.0.0",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.1.0",
"stylelint-prettier": "^1.1.1",
"stylelint-scss": "^3.10.1",
"stylelint-webpack-plugin": "^0.10.5",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"webpack-ant-icon-loader": "^1.0.8",
"webpack-bundle-analyzer": "^3.4.1"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/lf7817-react-admin-template.git
git@api.gitlife.ru:oschina-mirror/lf7817-react-admin-template.git
oschina-mirror
lf7817-react-admin-template
lf7817-react-admin-template
feature/ts