-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 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
{
"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",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-hook-form": "^7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "^15",
"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"
}