forked from Teal/TealUI
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 998 Bytes
/
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
{
"name": "tealui",
"displayName": "TealUI",
"version": "4.0.0",
"repository": "https://github.com/Teal/TealUI",
"description": "打造小而全、精而美的开源组件库",
"keywords": [
"HTML5 UI Framework",
"前端 UI 组件库"
],
"license": "SEE LICENSE IN LICENSE",
"author": "xuld <[email protected]>",
"scripts": {
"start": "digo"
},
"devDependencies": {
"digo": "latest",
"digo-node-sass": "latest",
"digo-autoprefixer": "latest",
"digo-css-inline": "latest",
"digo-clean-css": "latest",
"digo-uglify-js": "latest",
"digo-livereload": "latest",
"typescript": "next",
"markdown-it": "latest",
"markdown-it-container": "latest",
"markdown-it-task-checkbox": "latest",
"highlight.js": "latest",
"js-yaml": "latest",
"uslug": "latest",
"fast-pinyin": "latest",
"tsdocparser": "latest"
}
}