This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 5.91 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
171
172
173
{
"name": "konsti-client",
"version": "0.0.1",
"private": true,
"description": "Konsti signup tool client",
"author": {
"name": "Arttu Hanska"
},
"main": "index.tsx",
"scripts": {
"build:dev": "webpack-cli",
"build:prod": "webpack-cli",
"build:staging": "webpack-cli",
"build:types": "tsc --emitDeclarationOnly",
"bundle-analyzer": "webpack-cli --profile --json > stats.json && webpack-bundle-analyzer stats.json build -m server",
"clean": "rimraf build",
"eslint": "eslint . --ext .js,.ts,.tsx",
"eslint-rules": "eslint --print-config .eslintrc.js",
"postinstall": "rimraf node_modules/@types/react-native",
"lint": "npm run eslint && npm run stylelint && npm run prettier:check",
"prettier:check": "prettier --check ./**/*.{js,json,md,ts,tsx,yml}",
"prettier:write": "prettier --write ./**/*.{js,json,md,ts,tsx,yml}",
"snapshot-update": "jest -u",
"start": "webpack-dev-server",
"stylelint": "stylelint ./**/*.{ts,tsx}",
"test": "jest",
"test:coverage": "jest --coverage --colors",
"test:watch": "jest --watch",
"type-check": "tsc --noEmit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.30",
"@fortawesome/free-regular-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/react-fontawesome": "0.1.11",
"axios": "0.20.0",
"babel-plugin-module-resolver": "4.0.0",
"browserslist": "4.14.0",
"core-js": "3.6.5",
"i18next": "19.7.0",
"i18next-browser-languagedetector": "6.0.1",
"i18next-xhr-backend": "3.2.2",
"lodash": "4.17.20",
"moment": "2.27.0",
"react": "16.13.1",
"react-beautiful-dnd": "13.0.0",
"react-dom": "16.13.1",
"react-i18next": "11.7.2",
"react-redux": "7.2.1",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"redux-form": "8.3.6",
"redux-thunk": "2.3.0",
"regenerator-runtime": "0.13.7",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"styled-components": "5.1.1"
},
"devDependencies": {
"@babel/core": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.11.5",
"@hot-loader/react-dom": "16.13.0",
"@svgr/webpack": "5.4.0",
"@types/brotli-webpack-plugin": "1.1.0",
"@types/browserslist": "4.8.0",
"@types/compression-webpack-plugin": "4.0.0",
"@types/copy-webpack-plugin": "6.0.0",
"@types/core-js": "2.5.3",
"@types/dotenv-webpack": "1.8.0",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/enzyme-to-json": "1.5.3",
"@types/eslint": "7.2.2",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/extract-text-webpack-plugin": "3.0.4",
"@types/file-loader": "4.2.0",
"@types/html-webpack-plugin": "3.2.3",
"@types/jest": "26.0.13",
"@types/lodash": "4.14.161",
"@types/prettier": "2.1.0",
"@types/react": "16.9.49",
"@types/react-axe": "3.1.0",
"@types/react-beautiful-dnd": "13.0.0",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.5",
"@types/redux-form": "8.3.0",
"@types/request": "2.48.5",
"@types/request-promise-native": "1.0.17",
"@types/rimraf": "3.0.0",
"@types/styled-components": "5.1.3",
"@types/stylelint": "9.10.1",
"@types/terser-webpack-plugin": "4.1.0",
"@types/webpack": "4.41.21",
"@types/webpack-bundle-analyzer": "3.8.0",
"@types/webpack-dev-server": "3.11.0",
"@types/webpack-merge": "4.1.5",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "4.0.1",
"@welldone-software/why-did-you-render": "4.3.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"babel-loader": "8.1.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-styled-components": "1.11.1",
"brotli-webpack-plugin": "1.1.0",
"bundle-loader": "0.5.6",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "5.0.2",
"copy-webpack-plugin": "6.1.0",
"doiuse": "4.2.0",
"dotenv-webpack": "2.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.4",
"enzyme-to-json": "3.5.0",
"eslint": "7.8.1",
"eslint-config-prettier": "6.11.0",
"eslint-config-standard-with-typescript": "19.0.1",
"eslint-import-resolver-babel-module": "5.1.2",
"eslint-plugin-compat": "3.8.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "21.0.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.1.0",
"html-webpack-plugin": "4.4.1",
"husky": "4.2.5",
"jest": "26.4.2",
"jest-styled-components": "7.0.3",
"lint-staged": "10.2.13",
"moment-locales-webpack-plugin": "1.2.0",
"moment-timezone": "0.5.31",
"prettier": "2.1.1",
"react-axe": "3.5.3",
"react-hot-loader": "4.12.21",
"redux-devtools-extension": "2.13.8",
"rimraf": "3.0.2",
"stylelint": "13.7.0",
"stylelint-a11y": "1.2.3",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-no-unsupported-browser-features": "4.0.0",
"stylelint-processor-styled-components": "1.10.0",
"terser-webpack-plugin": "4.1.0",
"typescript": "4.0.2",
"webpack": "4.44.1",
"webpack-bundle-analyzer": "3.8.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.1.3"
},
"engines": {
"node": ">=12.x.x"
}
}