-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 973 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
35
36
37
38
39
40
41
42
{
"name": "@ntesmail/shark-ui",
"version": "2.0.4",
"description": "简单好用的pc端组件",
"keywords": [
"shark",
"ui"
],
"main": "index.js",
"author": "sweetyx",
"license": "MIT",
"scripts": {
"server": "shark server",
"build": "rimraf build && shark build online"
},
"homepage": "http://shark.mail.netease.com/shark-ui/index.html",
"dependencies": {
"@ntesmail/shark-css": "^1.2.6",
"@ntesmail/shark-easydom": "^1.0.1",
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"ejs": "^2.5.2",
"expose-loader": "^0.7.3",
"express": "^4.13.3",
"fs-extra": "^3.0.1",
"gulp-babel": "^6.1.2",
"rimraf": "^2.6.1",
"shark-automation": "^2.1.2",
"showdown": "^1.6.0",
"sync-request": "^4.1.0",
"yargs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ntesmail/shark-ui"
},
"engines": {
"node": ">=6.10.0"
}
}