-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@shark/shark-css",
"version": "0.0.6",
"description": "基于视觉规范,开发的一套基础css样式库",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass-lint": "sass-lint -v -q",
"server": "node server",
"dll": "webpack --config webpack.dll.config.js"
},
"pre-commit": [
"sass-lint"
],
"repository": {
"type": "git",
"url": "https://git.mail.netease.com/shark/shark-css"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://git.mail.netease.com/shark/shark-css/issues"
},
"homepage": "http://shark.mail.netease.com/",
"dependencies": {},
"devDependencies": {
"@angular/common": "^4.1.0",
"@angular/compiler": "^4.3.0",
"@angular/compiler-cli": "^4.3.0",
"@angular/core": "^4.1.0",
"@angular/forms": "^4.3.0",
"@angular/http": "^4.3.0",
"@angular/platform-browser": "^4.1.0",
"@angular/platform-browser-dynamic": "^4.1.0",
"@angular/router": "^4.1.0",
"@ngtools/webpack": "^1.3.0",
"@types/prismjs": "^1.6.2",
"add-asset-html-webpack-plugin": "^1.0.2",
"awesome-typescript-loader": "^3.1.2",
"css-loader": "^0.26.1",
"ejs-loader": "^0.3.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"flatpickr": "^3.0.6",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"ip": "^1.1.5",
"node-sass": "^4.5.0",
"openurl": "^1.1.1",
"pre-commit": "^1.2.2",
"prismjs": "^1.6.0",
"progress-bar-webpack-plugin": "^1.9.3",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.1",
"sass-loader": "^6.0.2",
"showdown": "^1.7.1",
"style-loader": "^0.13.1",
"typescript": "^2.3.4",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.0",
"yargs": "^7.0.2",
"zone.js": "^0.8.12"
}
}