-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "todomvc-stimulus",
"version": "0.42.0",
"description": "TodoMVC implementation using Stimulus",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gowda/todomvc-stimulus.git"
},
"keywords": [
"todomvc",
"stimulus"
],
"author": "Basavanagowda <basavanagowda@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gowda/todomvc-stimulus/issues"
},
"homepage": "https://github.com/gowda/todomvc-stimulus#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"eslint": "^9.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.0",
"vite": "^5.4.11"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
}
}