-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 858 Bytes
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
{
"name": "studio.web",
"version": "1.0.0",
"description": "web admin template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenzuo/Studio.Web.git"
},
"keywords": [
"web",
"template",
"manager"
],
"author": "chenzuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenzuo/Studio.Web/issues"
},
"homepage": "https://github.com/chenzuo/Studio.Web#readme",
"dependencies": {
"@stencil/core": "2.4.0",
"bootstrap": "^3.4.1",
"stencil": "0.0.5"
},
"devDependencies": {
"@types/jquery": "^3.3.29",
"fontawesome": "^5.6.3",
"jquery": "^3.5.1",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0"
}
}