-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 3.07 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
{
"name": "@tty-pt/scripts",
"version": "0.6.9",
"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": {
"@craftamap/esbuild-plugin-html": "^0.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@storybook/addon-actions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/theming": "^8.3.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@typescript-eslint/parser": "^8.6.0",
"chokidar": "^4.0.0",
"connect-livereload": "^0.6.1",
"esbuild": "^0.23.0",
"esbuild-jest": "^0.5.0",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-external-global": "^1.0.1",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-webpack-plugin": "^4.2.0",
"express": "^4.21.0",
"fast-glob": "^3.3.2",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.7.0",
"livereload": "^0.9.3",
"lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^2.9.1",
"react-refresh": "^0.14.2",
"storybook": "^8.3.1",
"terser-webpack-plugin": "^5.3.9",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.2",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.1.0"
},
"optionalDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"ejs-loader": "^0.5.0",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"json-loader": "^0.5.7",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"swc-webpack-plugin": "^1.0.0",
"ts-loader": "^9.4.2",
"url-loader": "^4.1.1"
},
"bin": {
"scripts": "./bin/scripts.js"
}
}