forked from hexlet-basics/hexlet-basics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.82 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.82 KB
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
{
"name": "hexlet_basics",
"private": true,
"simple-git-hooks": {
"pre-commit": "make app-lint-staged"
},
"type": "module",
"dependencies": {
"@builder.io/partytown": "^0.7.4",
"@monaco-editor/react": "^4.4.6",
"@popperjs/core": "^2.11.6",
"@rails/actioncable": "^7.0.4",
"@rails/activestorage": "^7.0.4",
"@rails/ujs": "^7.0.4",
"@reduxjs/toolkit": "^1.9.1",
"@rehooks/local-storage": "2.4.4",
"@sentry/browser": "^7.30.0",
"@sentry/tracing": "^7.30.0",
"ansi_up": "^5.1.0",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"caniuse-lite": "^1.0.30001442",
"classnames": "^2.3.2",
"core-js": "^3.27.1",
"date-fns": "^2.29.3",
"devicon": "^2.15.1",
"esbuild": "^0.16.16",
"highlight.js": "^11.7.0",
"i18next": "^22.4.9",
"ilyabirman-likely": "^2.8.0",
"js-base64": "^3.7.4",
"lodash": "^4.17.21",
"monaco-editor": "^0.34.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-frame-component": "^5.2.4",
"react-hotkeys-hook": "^4.3.2",
"react-i18next": "^12.1.4",
"react-redux": "^8.0.5",
"regenerator-runtime": "^0.13.11",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"typed.js": "^2.0.12"
},
"version": "0.1.0",
"devDependencies": {
"@sect/webpack-sweet-entry": "^5.0.14",
"browserslist": "^4.21.4",
"css-loader": "^6.7.3",
"esbuild-loader": "^2.20.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"fontmin-webpack": "^4.0.0",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"mini-css-extract-plugin": "^2.7.2",
"nodemon": "^2.0.20",
"npm-check-updates": "^16.6.2",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"resolve-url-loader": "^5.0.0",
"sass": "1.57.1",
"sass-loader": "^13.2.0",
"simple-git-hooks": "^2.8.1",
"style-loader": "^3.3.1",
"stylelint": "^14.16.1",
"stylelint-config-recommended-scss": "^8.0.0",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-manifest-plugin": "^5.0.0"
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "npm run partytown && webpack --mode production --color",
"build:watch": "npm run partytown && webpack --watch --mode development --color",
"partytown": "partytown copylib public/~partytown"
},
"resolutions": {
"autoprefixer": "10.4.5"
}
}