-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.46 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 4.46 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
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
{
"name": "@leviafan/boilerplate",
"author": "borysenko.maksym@gmail.com",
"contributors": [
"borysenko.maksym@gmail.com"
],
"repository": "https://github.com/mborysenko/boilerplate.git",
"version": "1.0.0",
"description": "Project contains boilerplate that allows you to start writing web apps with using Typescript, React, Redux, Rect Router v5, webpack(HMR), express and gulp",
"main": "index.js",
"engines": {
"node": "^20.16.0"
},
"scripts": {
"clean": "cross-env NODE_ENV=production ts-node ./scripts/clean.ts",
"eslint": "cross-env NODE_ENV=production tsx ./scripts/eslint.ts",
"eslint:fix": "cross-env NODE_ENV=production tsx ./scripts/eslint-fix.ts",
"build": "cross-env NODE_ENV=production tsx ./scripts/build.ts",
"build:dev": "cross-env NODE_ENV=development tsx ./scripts/build.ts",
"start": "cross-env NODE_ENV=production tsx ./scripts/start.ts",
"start:dev": "cross-env NODE_ENV=development tsx ./scripts/start.ts",
"test": "cross-env NODE_ENV=development tsx ./scripts/test.ts"
},
"license": "MIT",
"resolutions": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"graceful-fs": "^4.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"dependencies": {
"@dhampirjs/core": "^1.0.0-beta.22",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/open": "^6.2.1",
"classnames": "^2.5.1",
"immutable": "^4.3.7",
"my-awesome-greeter": "^1.0.2",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-jsx": "^1.0.0",
"react-query": "^3.39.3",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@modyqyw/fabric": "^10.12.0",
"@types/eslint": "^9.6.1",
"@types/fs-extra": "^11.0.4",
"@types/immutable": "^3.8.7",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.1",
"@types/ramda": "^0.30.2",
"@types/react-redux": "^7.1.33",
"@types/react-transition-group": "^4.4.11",
"@types/styled-components": "^5.1.34",
"@types/webpack-dev-middleware": "^5.3.0",
"@types/webpack-hot-middleware": "^2.25.9",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"braces": "^3.0.3",
"circular-dependency-plugin": "^5.2.2",
"compression-webpack-plugin": "^11.1.0",
"connect-history-api-fallback": "^2.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.38.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint-plugin-react": "^7.35.0",
"express": "^4.19.2",
"file-loader": "^6.2.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"graceful-fs": "^4.2.11",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-runner-eslint": "^2.2.0",
"jest-runner-stylelint": "^2.3.7",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.1",
"open": "^10.1.0",
"prettier": "^3.3.3",
"resolve-url-loader": "^5.0.0",
"rimraf": "^6.0.1",
"run-sequence": "^2.2.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"svg-url-loader": "^8.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsx": "^4.19.0",
"type-fest": "^4.26.0",
"typescript": "^5.5.4",
"typescript-plugin-styled-components": "^3.0.0",
"webpack": "^5.94.0",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^5.0.4",
"webpack-env": "^0.8.0",
"webpack-hot-middleware": "^2.26.1",
"webpack-merge": "^6.0.1",
"webpack-sources": "^3.2.3",
"webpack-typings-for-css": "^0.13.0",
"yargs": "^17.7.2",
"yarn-upgrade-all": "^0.7.4"
},
"packageManager": "yarn@4.4.1"
}