-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.8 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
{
"name": "react-smart-gesture",
"version": "0.0.3",
"description": "--- 鼠标手势组件 [smart-gesture ](https://github.com/ElemeFE/smart-gesture) 的 React 版本。",
"main": "./lib/app.js",
"dependencies": {
"smart-gesture": "^1.2.1"
},
"author": "",
"license": "ISC",
"keywords": [
"react",
"gesture"
],
"repository": {
"type": "git",
"url": "git@github.com:ElemeFE/react-smart-gesture.git"
},
"scripts": {
"dev": "./node_modules/.bin/webpack --watch --inline",
"build": "./node_modules/.bin/webpack --config=webpack.build.config.js",
"test": "karma start",
"test:ci": "watch 'npm run test' src/",
"prePublish": "./node_modules/.bin/webpack --progress --colors --watch --config webpack.prepublish.config.js"
},
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.6.5",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "3.3.0",
"core-js": "1.1.4",
"eslint": "1.4.3",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.4.1",
"karma": "0.13.19",
"karma-chai": "0.1.0",
"karma-chai-plugins": "0.6.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "1.1.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "1.0.4",
"karma-sinon-chai": "1.1.0",
"karma-sourcemap-loader": "0.3.5",
"karma-webpack": "1.7.0",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"react": "15.2.0",
"react-addons-test-utils": "15.2.0",
"react-dom": "15.2.0",
"watch": "0.16.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.11.0"
}
}