-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "@ludic/ludic-ui",
"version": "1.0.0",
"description": "ludic ui extension",
"main": "dist/ludic.ext.ui.commonjs2.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "webpack-cli --watch --config ./webpack.config.js",
"build": "webpack-cli --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ludic/ludic-ui.git"
},
"keywords": [
"ludic",
"lit-html"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ludic/ludic-ui/issues"
},
"homepage": "https://github.com/Ludic/ludic-ui#readme",
"devDependencies": {
"@ludic/ludic": "github:Ludic/ludic",
"awesome-typescript-loader": "^5.2.1",
"source-map-loader": "^0.2.4",
"typescript": "^3.4.5",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"lit-html": "^1.1.0"
},
"peerDependencies": {
"@ludic/ludic": "github:Ludic/ludic",
"lit-html": "^1.0.0"
}
}