-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
80 lines (80 loc) · 2.39 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
{
"name": "alexandria",
"version": "0.13.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack",
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server",
"tauri": "tauri",
"lint": "eslint --fix --ext .ts,.tsx ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/btpf/Alexandria.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/btpf/Alexandria/issues"
},
"homepage": "https://github.com/btpf/Alexandria#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.3.1",
"@tauri-apps/cli": "^1.4.0",
"@tsconfig/node16": "^1.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-tsconfig-paths-module-resolver": "^1.0.3",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.1",
"react-refresh": "^0.14.0",
"sass": "^1.54.2",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^26.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"@btpf/epubjs": "^0.3.95",
"@github/mini-throttle": "^2.1.1",
"@reduxjs/toolkit": "^1.8.3",
"@tauri-apps/api": "^1.4.0",
"@types/css-font-loading-module": "^0.0.8",
"@types/node": "^18.0.5",
"immer": "^9.0.15",
"jszip": "^3.10.1",
"rc-slider": "^10.1.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.0.2",
"react-router-dom": "^6.6.1",
"react-virtuoso": "^4.1.0",
"sanitize.css": "^13.0.0",
"stylelint-scss": "^4.3.0"
}
}