-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 828 Bytes
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
{
"name": "serientracker",
"version": "1.0.0",
"description": "Some small project for keeping track of my series.",
"scripts": {
"build-js": "rollup -c",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sandr0x00/SerienTracker.git"
},
"author": "sandr0",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sandr0x00/SerienTracker/issues"
},
"homepage": "https://github.com/Sandr0x00/SerienTracker#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"eslint": "^8.41.0",
"jquery": "^3.7.0",
"lit": "^2.7.4",
"rollup": "^2",
"rollup-plugin-terser": "^5.3.0",
"tailwindcss": "^3.3.2",
"tippy.js": "^6.3.7"
}
}