-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
34
{
"name": "resume",
"version": "1.0.0",
"description": "My personal resume page",
"main": "index.js",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "Alessandro Chumpitaz",
"license": "ISC",
"dependencies": {
"@lit/localize": "^0.11.4",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-ext": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/with-web-components": "^1.1.3",
"lit": "^3.1.4"
},
"devDependencies": {
"@lit/localize-tools": "^0.6.10",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-lit": "^1.9.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"vite": "5.3.1"
},
"type": "module"
}