-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
57
{
"name": "ac-lister",
"version": "2.0.0",
"description": "Animal Crossing Villager Lister",
"engines": {
"node": "17"
},
"scripts": {
"start": "npx parcel index.html",
"build": "npx parcel build index.html",
"cypress": "npx cypress open",
"test": "npx concurrently \"npm start\" \"npm run cypress\"",
"upgrade": "npx npm-check-updates -u -x parcel & npm i"
},
"repository": {
"type": "git",
"url": "https://github.com/Maxzilla60/ac-lister"
},
"author": "Maxime Orione",
"license": "GNU General Public License v3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"ajv": "^8.12.0",
"bowser": "^2.11.0",
"canvas-confetti": "^1.9.2",
"canvas-to-blob": "^1.0.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"html2canvas": "^1.4.1",
"nanoid": "^5.0.7",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/file-saver": "^2.0.7",
"@types/hammerjs": "^2.0.45",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
"@typescript-eslint/parser": "^7.7.1",
"cypress": "13.8.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"netlify-plugin-cypress": "^2.2.1",
"parcel": "1.12.3",
"parcel-bundler": "1.12.5",
"parcel-plugin-markdown-it": "^1.0.0",
"parcel-plugin-static-files-copy": "^2.6.0",
"typescript": "^5.4.5"
},
"staticFiles": {
"staticPath": "public",
"watcherGlob": "**"
}
}