-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
118 lines (118 loc) · 4.2 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
{
"name": "interslavic",
"version": "1.25.7",
"description": "Interslavic Dictionary",
"license": "MIT",
"author": {
"name": "Sergey Cherebedov"
},
"main": "./dist/worker.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build-storybook": "storybook build",
"build-manifest": "node scripts/build-manifest.js",
"build-sitemap": "node scripts/build-sitemap.js",
"deploy-api": "wrangler deploy ./src/server/index.ts --name api --compatibility-date 2024-11-12",
"dev": "cross-env NODE_ENV=development webpack serve --config webpack.config.dev.js --progress",
"generate-dictionary": "tsx -r tsconfig-paths/register ./src/services/generateDictionary.ts",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix",
"stylelint": "stylelint \"**/*.scss\"",
"stylelint:fix": "stylelint \"**/*.scss\" --fix",
"start": "npm run dev",
"storybook": "storybook dev -p 6006",
"test:pw": "playwright test",
"test:unit": "jest --logHeapUsage --coverage --config jest-config.json",
"test:dictionary": "cross-env NODE_ENV=production UPDATE_SNAPSHOT=false tsx -r tsconfig-paths/register ./src/services/dictionary-test",
"test:dictionary-update-shanshot": "cross-env NODE_ENV=production UPDATE_SNAPSHOT=false tsx -r tsconfig-paths/register ./src/services/dictionary-test"
},
"pre-commit": [
"lint",
"stylelint"
],
"dependencies": {
"@ag-grid-community/client-side-row-model": "25.2.0",
"@ag-grid-community/core": "25.2.0",
"@interslavic/utils": "^3.4.0",
"@reduxjs/toolkit": "^2.3.0",
"classnames": "2.5.1",
"md5": "2.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"redux": "5.0.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.49.0",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-webpack5": "^8.4.5",
"@storybook/test": "^8.4.5",
"@svgr/webpack": "^8.1.0",
"@types/grecaptcha": "^3.0.9",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-redux": "^7.1.34",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"acorn": "^8.14.0",
"autoprefixer": "^10.4.20",
"chromatic": "^11.18.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano": "^7.0.6",
"eslint": "^9.15.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.11.1",
"file-loader": "^6.2.0",
"globals": "^15.12.0",
"gzip-size": "^7.0.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"pre-commit": "^1.2.2",
"react-transform-hmr": "^1.0.4",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"storybook": "^8.4.5",
"storybook-addon-sass-postcss": "^0.3.2",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-hot-middleware": "^2.26.1",
"wrangler": "^3.89.0",
"write-file-webpack-plugin": "^4.5.1"
}
}