-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
{
"name": "hexlet_cv",
"private": true,
"simple-git-hooks": {
"pre-commit": "npx lint-staged --relative"
},
"engines": {
"node": "19.x"
},
"type": "module",
"dependencies": {
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.6",
"@rails/ujs": "^7.0.4",
"@sect/webpack-sweet-entry": "^5.0.15",
"@sentry/browser": "^7.34.0",
"@sentry/tracing": "^7.34.0",
"@toast-ui/editor": "^3.2.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.10.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"esbuild-loader": "^2.21.0",
"jquery": "^3.6.3",
"mini-css-extract-plugin": "^2.7.2",
"nodemon": "^2.0.20",
"popper.js": "^1.16.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.0.1",
"prop-types": "^15.8.1",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"swiper": "^10.0.3",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"jest-plugins": "^2.9.0",
"lint-staged": "^13.1.0",
"npm-check-updates": "^16.6.3",
"postcss-scss": "^4.0.6",
"resolve-url-loader": "^5.0.0",
"simple-git-hooks": "^2.8.1",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-config-twbs-bootstrap": "^9.0.1"
},
"scripts": {
"build": "webpack --mode production --color",
"build:watch": "webpack --watch --mode development --color"
}
}