114 lines
3.1 KiB
JSON
114 lines
3.1 KiB
JSON
{
|
|
"name": "fs-walle-react-ts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"eslint": "^4.3.0",
|
|
"eslint-config-react-app": "^1.0.5",
|
|
"react": "^15.6.1",
|
|
"react-addons-css-transition-group": "^15.6.0",
|
|
"react-dom": "^15.6.1",
|
|
"react-redux": "^5.0.5",
|
|
"react-sortable-hoc": "^0.6.6",
|
|
"react-transition-group": "^1.1.3",
|
|
"reflexbox": "^3.0.0-0",
|
|
"semantic-ui-css": "^2.2.11",
|
|
"semantic-ui-react": "^0.71.3",
|
|
"xml2js": "^0.4.17",
|
|
"xml2js-xpath": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/es6-shim": "^0.31.34",
|
|
"@types/jest": "^19.2.4",
|
|
"@types/lodash": "^4.14.71",
|
|
"@types/node": "^7.0.39",
|
|
"@types/pure-render-decorator": "^0.2.27",
|
|
"@types/react": "^15.6.0",
|
|
"@types/react-addons-css-transition-group": "^15.0.3",
|
|
"@types/react-dom": "^15.5.1",
|
|
"@types/react-redux": "^4.4.47",
|
|
"@types/react-sortable-hoc": "^0.6.0",
|
|
"@types/react-transition-group": "^1.1.2",
|
|
"@types/xml2js": "0.0.33",
|
|
"app-root-path": "^2.0.1",
|
|
"autoprefixer": "7.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.0.0",
|
|
"chalk": "1.1.3",
|
|
"cli-highlight": "1.1.4",
|
|
"css-loader": "0.28.1",
|
|
"dotenv": "4.0.0",
|
|
"extract-text-webpack-plugin": "2.1.0",
|
|
"file-loader": "0.11.1",
|
|
"fs-extra": "3.0.1",
|
|
"html-webpack-plugin": "2.28.0",
|
|
"jest": "20.0.3",
|
|
"js-base64": "^2.1.9",
|
|
"object-assign": "4.1.1",
|
|
"postcss-flexbugs-fixes": "3.0.0",
|
|
"postcss-loader": "2.0.5",
|
|
"promise": "7.1.1",
|
|
"react-dev-utils": "^2.0.1",
|
|
"react-error-overlay": "^1.0.9",
|
|
"source-map-loader": "^0.2.1",
|
|
"style-loader": "0.17.0",
|
|
"sw-precache-webpack-plugin": "0.9.1",
|
|
"ts-loader": "^2.3.2",
|
|
"tslint": "^5.5.0",
|
|
"tslint-loader": "^3.5.3",
|
|
"tslint-react": "^3.1.0",
|
|
"typescript": "^2.4.2",
|
|
"url-loader": "0.5.8",
|
|
"webpack": "2.6.0",
|
|
"webpack-dev-server": "2.4.5",
|
|
"webpack-manifest-plugin": "^1.2.1",
|
|
"whatwg-fetch": "2.0.3",
|
|
"write-file-webpack-plugin": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node scripts/start.js",
|
|
"flask": "node scripts/flask.js",
|
|
"build": "node scripts/build.js",
|
|
"shell": "bash",
|
|
"test": "node scripts/test.js --env=jsdom"
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx,ts,tsx}"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/config/polyfills.js"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
|
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
|
|
],
|
|
"testEnvironment": "node",
|
|
"testURL": "http://localhost",
|
|
"transform": {
|
|
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
|
|
"^.+\\.tsx?$": "<rootDir>/config/jest/typescriptTransform.js",
|
|
"^(?!.*\\.(css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tssx)$"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^react-native$": "react-native-web"
|
|
}
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
}
|
|
}
|