37 lines
953 B
JSON
37 lines
953 B
JSON
{
|
|
"name": "getting-lit-element",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@babel/preset-typescript": "^7.9.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
|
"@typescript-eslint/parser": "^2.29.0",
|
|
"babel-loader": "^8.1.0",
|
|
"electron": "^8.2.3",
|
|
"eslint": "^6.8.0",
|
|
"extract-loader": "^5.0.1",
|
|
"file-loader": "^6.0.0",
|
|
"html-loader": "^1.1.0",
|
|
"ts-loader": "^7.0.1",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {
|
|
"lit-element": "^2.3.1"
|
|
}
|
|
}
|