-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "fish-tracker-app",
"private": true,
"description": "A webapp designed for tracking big fish and arranging them by which fish are less often available rather than just available right now.",
"author": "Carbuncle Plushy",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/icykoneko/ff14-fish-tracker-app.git"
},
"bugs": {
"url": "https://github.com/icykoneko/ff14-fish-tracker-app/issues"
},
"homepage": "https://github.com/icykoneko/ff14-fish-tracker-app#readme",
"scripts": {
"build": "rollup --config",
"watch": "rollup --config -w",
"start": "node index.js",
"dev": "npm-run-all --parallel start watch",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"date-fns": "^2.25.0",
"express": "^4.15.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"graceful-fs": "^4.2.4",
"npm-run-all": "^4.1.5",
"rollup": "^2.58.0",
"rollup-plugin-terser": "^7.0.2",
"sprity": "^1.0.8",
"sprity-jimp": "0.0.1"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}