-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 877 Bytes
/
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
{
"name": "florisveldhuizen.github.io",
"version": "1.0.0",
"description": "Github Pages - Floris Veldhuizen",
"source": "src/index.html",
"repository": "https://github.com/FlorisVeldhuizen/florisveldhuizen.github.io.git",
"author": "Floris Veldhuizen <[email protected]>",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"lint": "eslint",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.5.1"
},
"dependencies": {
"jquery": "^3.6.0",
"jsqr": "^1.4.0",
"p5": "^1.4.1",
"paper": "^0.12.15",
"pathfinding": "^0.4.18",
"vite": "^4.4.2"
}
}