-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.54 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "san-iview",
"version": "1.2.6",
"title": "san-iview",
"description": "A high quality UI components Library with San",
"keywords": [
"san-iview",
"san",
"san.js",
"iview",
"component",
"components",
"ui",
"framework"
],
"main": "dist/san-iview.js",
"unpkg": "dist/san-iview.min.js",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js --host 0.0.0.0",
"dist:style": "gulp --gulpfile build/build-style.js",
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"test": "npm run lint && npm run unit",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "https://github.com/zhanfang/san-iview"
},
"author": "zhanfang",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhanfang/san-iview/issues"
},
"dependencies": {
"async-validator": "1.8.1",
"balloon-css": "0.5.0",
"classnames": "2.2.5",
"core-js": "2.5.0",
"deepmerge": "1.5.1",
"popper.js": "1.12.6",
"tinycolor2": "1.4.1"
},
"devDependencies": {
"autoprefixer-loader": "2.0.0",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-runtime": "6.12.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-runtime": "6.26.0",
"cross-env": "3.2.4",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.8.5",
"friendly-errors-webpack-plugin": "1.6.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "3.0.4",
"gulp-rename": "1.2.2",
"gulp-stylus": "2.6.0",
"html-loader": "0.3.0",
"html-webpack-plugin": "2.30.1",
"lolex": "1.5.2",
"san": "3.5.0",
"san-loader": "github:ecomfe/san-loader",
"san-router": "1.2.0",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"url-loader": "0.5.9",
"webpack": "2.7.0",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dev-server": "2.8.1",
"webpack-merge": "3.0.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}