-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
62 lines (62 loc) · 1.98 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
{
"name": "@baidu/swan-components",
"version": "1.13.4",
"description": "swan的所有组件集合",
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.conf.js",
"build:watch": "npm run build -- --watch",
"test": "karma start ./test/karma.conf.js --single-run",
"test:watch": "karma start ./test/karma.conf.js",
"prepare": "npm run build"
},
"pre-push": [
"test"
],
"repository": {
"type": "git",
"url": "ssh://[email protected]:8235/baidu/baiduapp/swan-components"
},
"keywords": [
"swan",
"components"
],
"dependencies": {
"@baidu/events-emitter": "1.0.14",
"fs-finder": "^1.8.1"
},
"devDependencies": {
"@tweenjs/tween.js": "^17.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"crypto": "^1.0.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"happypack": "^5.0.0",
"html-loader": "^0.5.5",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"pre-push": "^0.1.1",
"san": "^3.6.8",
"sinon": "^6.1.3",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.3"
},
"author": "houyu ([email protected])",
"license": "MIT"
}