-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
150 lines (150 loc) · 4.39 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
{
"name": "visyn_scripts",
"description": "",
"version": "5.1.1-SNAPSHOT",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
"url": "https://www.datavisyn.io"
},
"license": "BSD-3-Clause",
"homepage": "https://www.datavisyn.io",
"bugs": {
"url": "https://github.com/datavisyn/visyn_scripts/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:datavisyn/visyn_scripts.git"
},
"files": [
"bin",
"config"
],
"bin": {
"visyn": "./bin/visyn_scripts.js",
"visyn_scripts": "./bin/visyn_scripts.js"
},
"scripts": {
"lint": "eslint bin/**/*.js config/**/*.js tests/**/*.js",
"lint:fix": "eslint --fix bin/**/*.js config/**/*.js tests/**/*.js",
"test": "jest -w 1",
"test:watch": "jest -w 1 --watch",
"dist": "npm run lint && npm run test"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rspack/cli": "^0.3.2",
"@svgr/webpack": "^6.5.1",
"@swc/core": "~1.3.77",
"@swc/jest": "~0.2.24",
"@types/jest": "~27.4.1",
"@types/node": "^17.0.45",
"@types/webpack": "^5.28.0",
"@types/yeoman-environment": "2.10.8",
"@types/yeoman-generator": "4.11.4",
"@typescript-eslint/eslint-plugin": "~5.55.0",
"@typescript-eslint/parser": "~5.55.0",
"bluebird": "3",
"browserslist": "^4.18.1",
"chalk": "4",
"child-process-promise": "^2.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-spawn": "^7.0.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.0.0",
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fs-extra": "^10.1.0",
"get-tsconfig": "^4.4.0",
"glob": "^8.1.0",
"html-loader": "~4.2.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"ifdef-loader": "^2.3.2",
"imports-loader": "~4.0.1",
"inquirer": "7",
"jest": "^27.4.3",
"jest-raw-loader": "~1.0.1",
"jest-resolve": "^27.4.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.1.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"raw-loader": "~4.0.2",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
"resolve": "^1.22.1",
"resolve-url-loader": "^5.0.0",
"rimraf": "~4.4.0",
"rspack-plugin-dotenv": "^0.0.2",
"sass-embedded": "~1.64.2",
"sass-loader": "^13.2.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
"shx": "~0.3.4",
"source-map-loader": "^4.0.1",
"speed-measure-webpack-plugin": "~1.5.0",
"style-loader": "^3.3.2",
"swc-loader": "^0.2.3",
"tailwindcss": "^3.2.7",
"terser-webpack-plugin": "^5.3.7",
"time-analytics-webpack-plugin": "^0.1.20",
"ts-jest": "~27.1.3",
"ts-node": "^10.9.1",
"tslib": "~2.6.2",
"typescript": "~5.1.6",
"url-loader": "~4.1.1",
"util": "^0.12.5",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.0",
"yamljs": "^0.3.0",
"yargs": "^17.7.1",
"yeoman-environment": "2",
"yeoman-generator": "4"
},
"devDependencies": {
"@rspack/cli": "^0.3.2",
"@types/yargs": "^17.0.22",
"http-server": "^14.1.1",
"jest-dev-server": "^6.1.1"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/|/bin/|/tests_fixtures/"
]
},
"packageManager": "[email protected]"
}