-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
77 lines (77 loc) · 2.35 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
{
"name": "jkforum-helper",
"version": "1.0.0",
"description": "![JKFicon64oval2](https://cdn.jsdelivr.net/gh/eished/jkforum_helper/readme.assets/JKFicon64oval2.png)",
"main": "/dist/jkforum.user.js",
"scripts": {
"start": "webpack serve",
"dev": "webpack --watch",
"style": "npx tailwindcss -i ./src/input.css -o ./src/output.css --watch",
"build": "yarn lint && npx tailwindcss -i ./src/input.css -o ./src/output.css && webpack --env production",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint:fix": "yarn lint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eished/jkforum_helper.git"
},
"keywords": [
"JKForum",
"TamperMonkey",
"tailwindcsss",
"typescript"
],
"author": "Eished",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eished/jkforum_helper/issues"
},
"homepage": "https://github.com/Eished/jkforum_helper#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@tailwindcss/forms": "^0.5.1",
"@types/file-saver": "^2.0.5",
"@types/react": "^18.0.5",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.1",
"@types/react-table": "^7.7.12",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.3",
"prettier": "^2.6.2",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"file-saver": "^2.0.5",
"hacktimer": "^1.1.3",
"jszip": "3.9.1",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.1.0",
"react-table": "^7.8.0"
}
}