-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "vormer-architecten-webflow-site",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "src/entry.js",
"module": "src/entry.js",
"files": ["dist"],
"author": "parasshah195",
"scripts": {
"dev": "cross-env NODE_ENV=development bun run ./bin/build.js",
"build": "cross-env NODE_ENV=production bun run ./bin/build.js"
},
"devDependencies": {
"@finsweet/eslint-config": "^2.0.6",
"@finsweet/tsconfig": "^1.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"cross-env": "^7.0.3",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"tiny-glob": "^0.2.9",
"typescript": "^5.3.3"
},
"dependencies": {
"@finsweet/ts-utils": "^0.40.0",
"fslightbox": "^3.4.1",
"gsap": "^3.12.5",
"htmx.org": "^1.9.10",
"swiper": "^11.0.7"
}
}