This repository was archived by the owner on Mar 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.43 KB
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
{
"name": "simple-shell",
"description": "A minimalistic cover page that makes for a perfect Portfolio GitHub user landing page or Single Page Application.",
"version": "1.0.15",
"main": "src/index.tsx",
"repository": "https://github.com/moquette/simple-shell.git",
"keywords": [
"webpack",
"eslint",
"prettier",
"react-router-dom",
"headless-ui"
],
"license": "MIT",
"scripts": {
"start": "webpack-cli serve --mode=development --env development",
"build": "webpack --mode=production --env production --progress",
"postinstall": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"emailjs-com": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.7.1",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "^6.5.1",
"@types/express-serve-static-core": "^4.17.31",
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/serve-static": "^1.15.0",
"@types/tapable": "^2.2.2",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"git-branch-is": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"postcss": "^8.4.19",
"postcss-import": "^15.0.1",
"postcss-loader": "^7.0.2",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.4.4",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsc-files": "^1.1.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"type-fest": "^3.3.0",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"packageManager": "yarn@3.2.0"
}