-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.19 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": "@enrise/taskfile",
"version": "2.0.0",
"description": "A ./Taskfile is a task runner in plain and easy Bash. It adds a list of available tasks to your project.",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.0.4",
"raw-loader": "^4.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9",
"eslint-config-next": "^15.0.4",
"markdown-to-jsx": "^7.7.1",
"prettier": "^3.4.2",
"sass": "^1.82.0",
"typescript": "^5"
},
"keywords": [
"bash",
"cli",
"automation",
"makefile",
"task-runner",
"taskfile"
],
"authors": [
{
"name": "Rick van der Staaij",
"url": "https://rick.nu"
},
{
"name": "Enrise | Impact driven development",
"url": "https://enrise.com"
},
{
"name": "Contributors",
"url": "https://github.com/Enrise/Taskfile/graphs/contributors"
}
],
"bugs": {
"url": "https://github.com/Enrise/Taskfile/issues"
},
"homepage": "https://github.com/Enrise/Taskfile#readme"
}