forked from tech-conferences/confs.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 4.29 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "confs.tech",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"reorder-confs": "BABEL_ENV=node babel-node ./scripts/reorder-conferences-by-date.js",
"precommit": "lint-staged",
"predeploy": "npm run build"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.json": [
"jsonlint",
"git add"
]
},
"dependencies": {
"@shopify/images": "^1.1.3",
"autoprefixer": "9.1.4",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-jest": "23.4.2",
"babel-loader": "7.1.5",
"babel-preset-react-app": "^3.0.2",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"classnames": "^2.2.5",
"css-loader": "^1.0.0",
"date-fns": "^1.28.5",
"dotenv": "6.0.0",
"eslint": "5.4.0",
"eslint-config-react-app": "^2.0.0",
"eslint-loader": "2.1.0",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"fork-ts-checker-webpack-plugin": "^0.4.3",
"fs-extra": "7.0.0",
"gh-pages": "^2.0.0",
"html-webpack-plugin": "3.2.0",
"jest": "^23.5.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"prettier": "^1.5.3",
"promise": "8.0.2",
"qs": "^6.5.2",
"react": "^16.2.0",
"react-datepicker": "^1.2.1",
"react-dev-utils": "^5.0.2",
"react-dom": "^16.2.0",
"react-error-overlay": "^4.0.1",
"react-favicon": "0.0.14",
"react-helmet": "^5.1.3",
"react-instantsearch": "^5.3.1",
"react-recaptcha": "^2.3.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.0",
"style-loader": "0.22.1",
"sw-precache-webpack-plugin": "0.11.5",
"ts-loader": "3.5.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.7.1",
"webpack-manifest-plugin": "^2.0.3",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"@types/classnames": "^2.2.4",
"@types/google.analytics": "^0.0.39",
"@types/jest": "^23.1.6",
"@types/lodash": "^4.14.112",
"@types/node": "^10.5.2",
"@types/qs": "^6.5.1",
"@types/react-datepicker": "^1.1.7",
"@types/react-dom": "^16.0.6",
"@types/react-helmet": "^5.0.6",
"@types/react-recaptcha": "^2.3.3",
"@types/react-router-dom": "^4.3.0",
"@types/react": "^16.4.6",
"@types/webpack": "4.4.11",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-shopify": "^23.1.0",
"husky": "^0.14.3",
"jest-cli": "^23.5.0",
"jsonlint": "^1.6.3",
"lint-staged": "^7.0.4",
"node-sass": "^4.5.3",
"prettier": "^1.5.3",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.3",
"tslint": "5.11.0",
"typescript": "^3.0.1"
},
"homepage": "https://confs.tech",
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testEnvironment": "node",
"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"
]
},
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": ">=10.8.0"
},
"greenkeeper": {
"ignore": [
"ts-loader",
"webpack",
"webpack-dev-server",
"webpack-manifest-plugin"
]
}
}