-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 4.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "IOU",
"version": "0.0.1",
"author": "redpelicans",
"license": "MIT",
"private": true,
"dependencies": {
"@material-ui/core": "^1.0.0-rc.0",
"@material-ui/icons": "^1.0.0-beta.43",
"autoprefixer": "^8.3.0",
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.2.0",
"babel-loader": "^7.1.4",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^2.3.0",
"classnames": "^2.2.5",
"compression": "^1.7.0",
"css-loader": "^0.28.11",
"date-fns": "^1.28.5",
"debug": "^3.1.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "^1.1.6",
"formik": "^0.11.11",
"fs-extra": "^5.0.0",
"history": "^4.7.2",
"html-webpack-plugin": "2.29.0",
"ignore-styles": "^5.0.1",
"jest": "^22.4.3",
"material-ui": "^1.0.0-beta.44",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-loader": "^2.1.4",
"promise": "^8.0.1",
"prop-types": "^15.5.10",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.2.0",
"react-google-login": "^3.0.4",
"react-intl": "^2.4.0",
"react-jss": "^8.4.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.2.0",
"recompose": "^0.27.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"style-loader": "^0.21.0",
"styled-components": "^3.2.6",
"url-loader": "^1.0.1"
},
"scripts": {
"start:mock": "DEBUG=farso* farso-server --config src/mock/farso.config.js",
"precommit": "lint-staged",
"eslint-check":
"eslint --print-config .eslintrc.json | eslint-config-prettier-check",
"lint": "eslint src --color",
"wtest": "NODE_ENV=test node scripts/test.js --env=jsdom --runInBand",
"test": "NODE_ENV=test jest --env=jsdom --runInBand --forceExit",
"start": "NODE_ENV=development node scripts/start.js",
"build": "NODE_ENV=production node scripts/build.js",
"bundle:stats":
"NODE_ENV=production webpack -p --config ./config/webpack.config.prod.js --profile --json > stats.json",
"bundle:analyse":
"webpack-bundle-analyzer ./stats.json ./build --report --mode=static"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-ramda": "^1.4.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"dotenv": "^5.0.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"eslint": "^4.17.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"faker": "^4.1.0",
"husky": "^0.14.3",
"jest-styled-components": "^5.0.1",
"lint-staged": "^7.0.5",
"nodemon": "^1.14.12",
"prettier": "1.12.1",
"farso": "^0.5.0",
"url-search-params-polyfill": "^3.0.0",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "2.7.1"
},
"lint-staged": {
"*.{js,json,css}": ["prettier --write", "git add"]
},
"babel": {
"presets": ["latest", "stage-0", "react"],
"plugins": ["ramda", "transform-decorators-legacy"]
},
"jest": {
"verbose": true,
"coverageDirectory": "./coverage/",
"testPathIgnorePatterns": ["utils"],
"setupFiles": ["<rootDir>/config/polyfills.js"],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"moduleFileExtensions": ["web.js", "js", "json", "web.jsx", "jsx", "node"],
"setupTestFrameworkScriptFile": "<rootDir>/enzyme.config.js"
}
}