-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"requires": true,
"lockfileVersion": 1,
"name": "jscase",
"description": "js经典问题在线调试",
"version": "1.0.0",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "webpack --config=config/webpack.dev.js",
"dist": "webpack --mode=production",
"test": "mocha",
"docs": "npx vuepress dev docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"lit-html": "^1.1.2",
"@spectrum-web-components/tab-list": "^0.3.5",
"@webcomponents/webcomponentsjs": "^2.4.2",
"lit-element": "^2.2.1",
"segment-js": "^1.1.2",
"typescript": "^3.8.3"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"ts-node": "^8.6.2",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artskin/jsCase.git"
},
"keywords": [
"docs"
],
"author": "artskin",
"license": "ISC",
"bugs": {
"url": "https://github.com/artskin/jsCase/issues"
},
"homepage": "https://github.com/artskin/jsCase#readme"
}