-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
170 lines (170 loc) · 5.33 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
160
161
162
163
164
165
166
167
168
169
170
{
"name": "kw-frontend",
"version": "2.6.2",
"description": "KaniWani frontend",
"repository": {
"type": "git",
"url": "git://github.com/Kaniwani/kw-frontend.git"
},
"engines": {
"npm": ">=8.19.x",
"node": ">=16.18.x <17"
},
"author": "Duncan Bay",
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"scripts": {
"analyze:clean": "rimraf stats.json",
"analyze": "node ./internals/scripts/analyze.js",
"build:clean": "rimraf ./build",
"build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js -p --progress --hide-modules",
"format": "prettier-eslint --write --ignore '**/styles.js'",
"lint": "eslint --color --ignore-path .gitignore --ignore-pattern internals/scripts",
"lint:app": "eslint --color --ignore-path .gitignore app/**/*.js",
"preanalyze": "npm run analyze:clean",
"prebuild": "npm run build:clean",
"release": "cross-env SENTRY_UPLOAD=true npm run build",
"start:prod": "cross-env NODE_ENV=production node server",
"start:production": "npm run test && npm run build && npm run start:prod",
"start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server",
"start": "cross-env NODE_ENV=development node server",
"test:watch": "cross-env NODE_ENV=test jest --watchAll",
"test": "cross-env NODE_ENV=test jest"
},
"husky": {
"hooks": {
"post-merge": "yarn",
"pre-commit": "lint-staged",
"pre-push": "npm run test"
}
},
"lint-staged": {
"*.js": [
"npm run format",
"npm run lint"
]
},
"dependencies": {
"core-js": "3.26.1",
"cuid": "2.1.8",
"date-fns": "^1",
"hatsuon": "^2.0.0",
"immutability-helper": "3.1.1",
"localforage": "1.10.0",
"lodash": "4.17.21",
"ngrok": "^4.3.3",
"polished": "3.6.3",
"raphael": "2.3.0",
"raven-for-redux": "1.4.0",
"raven-js": "3.27.2",
"react": "16.13.1",
"react-autosize-textarea": "7.1.0",
"react-collapse": "5.1.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-hotkeys": "^1",
"react-interval": "2.1.2",
"react-is": "16.13.1",
"react-loadable": "5.5.0",
"react-measure": "2.5.2",
"react-motion": "0.5.2",
"react-network": "1.0.1",
"react-redux": "5.1.0",
"react-router-dom": "^4",
"react-router-redux": "5.0.0-alpha.9",
"react-tooltip": "4.2.10",
"react-transition-group": "4.4.5",
"rebass": "^2",
"recharts": "1.8.5",
"recompose": "0.30.0",
"redux": "4.2.0",
"redux-actions": "2.6.5",
"redux-form": "7.4.2",
"redux-logic": "3.0.3",
"redux-persist": "6.0.0",
"reselect": "4.1.7",
"sanitize.css": "11.0.1",
"styled-components": "5.3.6",
"terser-webpack-plugin": "^3.0.2",
"voca": "1.4.0",
"wanakana": "4.0.2",
"wretch": "1.7.4"
},
"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.20.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.19.6",
"@babel/plugin-transform-react-constant-elements": "7.20.2",
"@babel/plugin-transform-react-inline-elements": "7.18.6",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@sentry/webpack-plugin": "1.20.0",
"add-asset-html-webpack-plugin": "3.1.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-react-transform": "3.0.0",
"babel-plugin-recharts": "1.2.1",
"babel-plugin-styled-components": "1.11.1",
"babel-plugin-transform-imports": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "4.1.0",
"circular-dependency-plugin": "5.2.2",
"compression": "1.7.4",
"compression-webpack-plugin": "4.0.0",
"cross-env": "7.0.3",
"css-loader": "3.5.3",
"dotenv-webpack": "1.8.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"enzyme-to-json": "3.6.2",
"eslint": "7.11.0",
"eslint-config-airbnb": "18.2.0",
"eslint-import-resolver-webpack": "0.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"exports-loader": "0.7.0",
"express": "4.18.2",
"fake-raf": "1.0.1",
"faker": "4.1.0",
"file-loader": "6.2.0",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.5.0",
"husky": "4.3.0",
"image-webpack-loader": "6.0.0",
"imports-loader": "0.8.0",
"invariant": "2.2.4",
"ip": "1.1.8",
"jest": "26.6.1",
"jest-styled-components": "7.1.1",
"lint-staged": "10.4.2",
"minimist": "1.2.7",
"offline-plugin": "5.0.7",
"prettier-eslint-cli": "5.0.0",
"prop-types": "15.8.1",
"raf": "3.4.1",
"react-app-polyfill": "1.0.6",
"redux-devtools-extension": "2.13.9",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"style-loader": "1.2.1",
"svg-react-loader": "0.4.6",
"url-loader": "4.1.1",
"url-search-params-polyfill": "8.1.1",
"warning": "4.0.3",
"webpack": "4.43.0",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.11",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "2.25.3",
"webpack-pwa-manifest": "4.3.0"
}
}