-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 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
{
"name": "hintkeep",
"version": "1.0.0",
"description": "A small application for managing password hints.",
"main": "index.tsx",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andrei15193/HintKeep.git"
},
"keywords": [
"password",
"hint",
"manager"
],
"author": "Andrei15193",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Andrei15193/HintKeep/issues"
},
"homepage": "https://github.com/Andrei15193/HintKeep#readme",
"dependencies": {
"@types/classnames": "^2.3.4",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-model-view-viewmodel": "^3.0.0-rc.1",
"react-router-dom": "^6.27.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.20",
"css-loader": "^6.11.0",
"css-modules-typescript-loader": "^4.0.1",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.73.0",
"webpack-cli": "^5.1.4"
}
}