forked from datavisyn/visyn_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) · 4.84 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
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "visyn_scripts",
"description": "",
"version": "1.1.1",
"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": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
"@types/jest": "~27.4.1",
"@types/jquery": "^3.5.5",
"@types/node": "^17.0.24",
"@types/webpack": "^5.28.0",
"@types/yeoman-environment": "2",
"@types/yeoman-generator": "4",
"@typescript-eslint/eslint-plugin": "~5.42.0",
"@typescript-eslint/parser": "~5.42.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"bluebird": "3",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "4",
"child-process-promise": "^2.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^2.6.5",
"cross-spawn": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"expose-loader": "^3.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.6",
"fs-extra": "^10.0.0",
"glob": "^8.0.3",
"html-loader": "~1.3.2",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"ifdef-loader": "^2.3.2",
"imports-loader": "~1.2.0",
"inquirer": "7",
"jest": "^27.4.3",
"jest-raw-loader": "~1.0.1",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"jquery": "~3.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.5",
"npm-run-all": "^4.1.5",
"npm-watch": "~0.11.0",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prettier": "^2.5.1",
"prompts": "^2.4.2",
"raw-loader": "~4.0.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"rimraf": "~3.0.2",
"sass": "^1.50.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"shx": "~0.3.3",
"source-map-loader": "^3.0.0",
"speed-measure-webpack-plugin": "~1.5.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"ts-jest": "~27.1.3",
"ts-node": "^10.7.0",
"tslib": "~2.3.1",
"type-fest": "^2.12.2",
"typedoc": "~0.22.13",
"typescript": "~4.6.2",
"url-loader": "~4.1.1",
"util": "^0.12.4",
"webpack": "^5.64.4",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"yamljs": "^0.3.0",
"yargs": "^17.5.1",
"yeoman-environment": "2",
"yeoman-generator": "4"
},
"devDependencies": {
"@types/yargs": "^17.0.10"
},
"peerDependencies": {
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/|/bin/|/tests_fixtures/"
]
},
"packageManager": "[email protected]"
}