forked from tty-pt/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.08 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
{
"name": "@tty-pt/scripts",
"version": "0.6.0-35",
"description": "Less than react-scripts",
"main": "index.js",
"scripts": {
"build": "echo @tty-pt/scripts skipping build",
"test": "echo no tests"
},
"keywords": [
"react-scripts",
"react",
"webpack",
"swc"
],
"author": "quirinpa",
"license": "BSD-2-Clause",
"optionalDependencies": {
"react": ">= 16.0.0 < 20.0.0",
"react-dom": ">= 16.0.0 < 20.0.0"
},
"peerDependencies": {
"@types/node": "^20.11.30",
"@types/react": ">= 16.0.0 < 20.0.0",
"@types/react-dom": ">= 16.0.0 < 20.0.0",
"@types/testing-library__jest-dom": "^5.14.5"
},
"dependencies": {
"@babel/core": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@craftamap/esbuild-plugin-html": "^0.6.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-actions": "^8.0.1",
"@storybook/addon-links": "^8.0.1",
"@storybook/react": "^8.0.1",
"@storybook/theming": "^8.0.1",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.4.13",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@typescript-eslint/parser": "^7.3.1",
"babel-loader": "^9.1.2",
"chokidar": "^3.6.0",
"connect-livereload": "^0.6.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"ejs-loader": "^0.5.0",
"esbuild": "^0.20.2",
"esbuild-jest": "^0.5.0",
"esbuild-loader": "^4.1.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-external-global": "^1.0.1",
"esbuild-webpack-plugin": "^1.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^4.1.0",
"express": "^4.18.3",
"fast-glob": "^3.3.2",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"json-loader": "^0.5.7",
"livereload": "^0.9.3",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^2.8.1",
"react-refresh": "^0.14.0",
"storybook": "^8.0.1",
"style-loader": "^3.3.2",
"swc-loader": "^0.2.6",
"swc-webpack-plugin": "^1.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.2",
"tslib": "^2.5.0",
"typescript": "^5.4.2",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.0.2",
"webpack-dev-middleware": "^7.0.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.0.0"
},
"bin": {
"scripts": "./bin/scripts.js"
}
}