This repository has been archived by the owner on Mar 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
67 lines (67 loc) · 1.84 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
{
"name": "ane",
"version": "0.1.11",
"description": "avalonjs components package",
"main": "dist/ane.js",
"files": [
"dist/*"
],
"scripts": {
"i": "npm install --registry https://registry.npm.taobao.org",
"start": "webpack --config webpack.test.config.js",
"dev": "webpack-dev-server --config webpack.test.config.js",
"doc": "webpack-dev-server --config webpack.doc.config.js",
"ci:doc": "webpack --config webpack.doc.config.js --output-path=output --env.production",
"test": "npm-run-all -p -r server nightwatch",
"server": "http-server dist -s -p 9000",
"nightwatch": "nightwatch ./tests/nightwatch.js",
"pub": "webpack",
"version": "npm run pub"
},
"peerDependencies": {
"avalon2": "^2.2.7",
"jquery": "^1.12.4"
},
"dependencies": {
"async-validator": "^1.6.8",
"bootbox": "^4.4.0",
"dom-align": "^1.5.3",
"moment": "^2.17.1",
"noty": "^2.4.1",
"up-loader": "0.0.8"
},
"devDependencies": {
"ane-markdown-loader": "^2.0.15",
"avalon2": "^2.2.7",
"bootstrap": "^3.2.0",
"css-loader": "^0.28.4",
"es3ify-webpack-plugin": "0.0.1",
"es5-shim": "^4.5.9",
"es6-promise": "^4.1.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.10.0",
"jquery": "^1.12.4",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"mmRouter": "^0.9.6",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"raw-loader": "^0.5.1",
"string-replace-loader": "^1.2.0",
"style-loader": "^0.18.2",
"ts-loader": "^2.1.0",
"typescript": "^2.4.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"keywords": [
"avalonjs",
"component"
],
"author": "xxapp",
"license": "MIT"
}