-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "@imarc/web-components",
"version": "1.0.0",
"description": "A collection of web components built with Lit.",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint assets",
"dev": "vite",
"preview": "vite preview",
"prod": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": {
"import": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/imarc/web-components.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://https://github.com/imarc/web-components/issues"
},
"homepage": "https://https://github.com/imarc/web-components#readme",
"dependencies": {
"lit": "^3.1.2",
"vite": "^5.2.3",
"vite-plugin-babel": "^1.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@babel/plugin-transform-private-methods": "^7.23.3",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1"
}
}