-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 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
{
"name": "@rxdi/starter-client-lit-html",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"start": "npx parcel ./src/index.html",
"build": "npx [email protected] build ./src/index.html",
"lint": "npx eslint ./src --ext .ts",
"lint-fix": "npx eslint ./src --fix --ext .ts",
"deploy": "firebase deploy",
"clean": "rm -rf .cache dist node_modules package-lock.json",
"introspect": "npx gapi schema introspect --collect-documents --collect-types"
},
"author": "Kristiyan Tachev",
"license": "MIT",
"dependencies": {
"@rhtml/component": "^0.0.126",
"@rhtml/custom-attributes": "^0.0.126",
"@rhtml/decorators": "^0.0.126",
"@rhtml/modifiers": "^0.0.126",
"@rhtml/operators": "^0.0.126",
"@rxdi/core": "^0.7.178",
"@rxdi/forms": "^0.7.178",
"@rxdi/graphql-client": "^0.7.178",
"@rxdi/lit-html": "^0.7.178",
"@rxdi/router": "^0.7.178",
"@rxdi/ui-kit": "^0.7.137"
},
"browserslist": [
"last 1 chrome versions"
],
"devDependencies": {
"@babel/core": "^7.10.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-plugin-module-resolver": "^4.1.0",
"cssnano": "^4.1.11",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-lit": "^1.7.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"graphql": "^14.4.2",
"prettier": "^2.0.5",
"typescript": "^4.9.4",
"workbox-precaching": "^6.5.4",
"workbox-recipes": "^6.5.4"
}
}