-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
90 lines (90 loc) · 2.63 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
90
{
"name": "voz-living-react",
"version": "1.0.0",
"description": "another voz extension",
"main": "./src/index.js",
"scripts": {
"build-dev-dll": "webpack --config=dll.webpack.config.js",
"build-dev-css": "webpack --config=css.webpack.config.js",
"dev-watch": "webpack --progress --colors --watch",
"build-prod": "env PRODUCTION=1 webpack --config=webpack.config.js",
"build-dll": "env PRODUCTION=1 webpack --config=dll.webpack.config.js",
"build-css": "env PRODUCTION=1 webpack --config=css.webpack.config.js"
},
"author": "sonnn",
"license": "ISC",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-runtime": "^6.11.6",
"base64-font-loader": "0.0.4",
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"core-decorators": "^0.12.3",
"css-loader": "^0.25.0",
"es6-promise": "^3.3.1",
"file-loader": "0.9.0",
"font-awesome": "^4.6.3",
"html2canvas": "^0.5.0-beta4",
"jquery": "^3.1.1",
"jquery-inview": "^1.1.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.16.1",
"mousetrap": "^1.6.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"socket.io-client": "^1.7.3",
"socket.io-p2p": "^2.2.0",
"style-loader": "^0.13.1",
"tiny-cookie": "^1.0.1",
"url-loader": "^0.5.7",
"whatwg-fetch": "^1.0.0",
"md5": "^2.2.1"
},
"ava": {
"files": [
"test/*.js"
],
"source": [
"app/**/*.{js,jsx}"
],
"concurrency": 5,
"require": [
"babel-register"
],
"babel": "inherit"
},
"devDependencies": {
"automate-chrome-extension-update": "^1.0.4",
"ava": "^0.19.1",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"copy-webpack-plugin": "^3.0.1",
"enzyme": "^2.8.2",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-import-resolver-webpack": "^0.2.0",
"eslint-plugin-import": "^1.5.0",
"eslint-plugin-jsx-a11y": "^1.0.2",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^2.0.0",
"json-loader": "^0.5.4",
"jsx-test-helpers": "^1.1.0",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"webpack": "^2.2.1"
}
}