forked from prizeout/applicant-take-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packagebak.json
112 lines (112 loc) · 3.62 KB
/
packagebak.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
{
"name": "applicant-take-home",
"version": "1.0.0",
"description": "Applicant take home test",
"main": "src/index.tsx",
"scripts": {
"lint": "npx eslint ./src --fix",
"start": "webpack-dev-server --config webpack.dev.js --port 8069 --host 0.0.0.0",
"test": "jest --config ./jest.config.js --runInBand --no-cache",
"build": "webpack --config webpack.prod.js",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prizeout/Applicant-Take-Home.git"
},
"author": "Your Name Here",
"dependencies": {
"@babel/runtime": "7.12.5",
"@fingerprintjs/fingerprintjs": "^3.3.0",
"@reduxjs/toolkit": "1.6.2",
"@sentry/react": "6.9.0",
"@sentry/tracing": "6.9.0",
"@trendyol-js/react-carousel": "^2.0.1",
"axios": "0.21.1",
"babel-plugin-prismjs": "2.0.1",
"babel-preset-env": "^1.7.0",
"common-tags": "1.8.0",
"html-react-parser": "1.2.4",
"js-cookie": "^3.0.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"prismjs": "1.23.0",
"qs": "6.10.1",
"react": "17.0.1",
"react-cookie": "4.1.1",
"react-dom": "17.0.1",
"react-google-recaptcha-enterprise": "^1.0.3",
"react-hook-form": "7.12.0",
"react-hotkeys-hook": "3.4.0",
"react-is-mounted-hook": "1.1.2",
"react-modal": "^3.14.3",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-tabs": "^3.2.3",
"react-transition-state": "^2.0.2",
"redux": "4.0.5",
"universal-cookie": "^4.0.4",
"uuidv4": "^6.2.12",
"validator": "^13.7.0"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/user-event": "13.2.1",
"@types/jest": "26.0.24",
"@types/js-cookie": "^2.2.7",
"@types/lodash": "4.14.172",
"@types/npm": "^7.19.0",
"@types/qs": "6.9.7",
"@types/react": "17.0.14",
"@types/react-async-script": "^1.2.1",
"@types/react-dom": "17.0.9",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "7.1.18",
"@types/react-router-dom": "5.1.8",
"@types/react-tabs": "^2.3.3",
"@types/react-test-renderer": "17.0.1",
"@types/universal-cookie": "^3.0.0",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"babel-jest": "27.0.6",
"babel-loader": "8.1.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"classnames": "2.3.1",
"css-loader": "4.2.2",
"dotenv": "10.0.0",
"dotenv-webpack": "7.0.3",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"html-webpack-plugin": "4.4.1",
"husky": "7.0.1",
"i": "^0.3.7",
"jest": "27.0.6",
"jest-css-modules-transform": "4.3.0",
"less": "3.12.2",
"less-loader": "7.0.0",
"postcss": "8.3.6",
"prettier": "2.3.2",
"prop-types": "15.7.2",
"react-async-script": "^1.2.0",
"react-test-renderer": "17.0.2",
"source-map-loader": "1.1.0",
"style-loader": "1.2.1",
"ts-loader": "8.3.0",
"typescript": "4.3.5",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.1.3"
}
}