-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
97 lines (97 loc) · 2.92 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
91
92
93
94
95
96
97
{
"name": "uxcore-tools",
"version": "0.3.19",
"description": "development tools for uxcore",
"main": "index.js",
"scripts": {},
"author": "eternalsky",
"license": "MIT",
"bin": {
"uxcore-tools": "./bin/uxcore-tools.js"
},
"dependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015-ie": "^6.6.2",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"connect": "^3.4.1",
"connect-livereload": "^0.5.4",
"console-polyfill": "^0.2.2",
"cross-spawn": "^4.0.0",
"css-loader": "^0.28.11",
"duplicate-package-checker-webpack-plugin": "^2.1.0",
"electron-prebuilt": "^1.4.13",
"es3ify-loader": "^0.2.0",
"es5-shim": "^4.5.8",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"express": "^4.13.4",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-es3ify": "0.0.0",
"gulp-eslint": "^4.0.0",
"gulp-just-replace": "^1.0.2",
"gulp-less": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"happypack": "^5.0.0",
"html-wiring": "^1.2.0",
"inherits": "^2.0.3",
"inquirer": "^1.0.0",
"ip": "^1.1.3",
"istanbul-instrumenter-loader": "^0.2.0",
"json2md": "^1.5.5",
"karma": "^2.0.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-electron-launcher": "^0.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"less-loader": "^4.1.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-functions": "^1.0.0",
"memory-fs": "^0.3.0",
"mocha": "^3.2.0",
"node-dir": "^0.1.16",
"object-assign": "^4.1.0",
"open": "0.0.5",
"parseurl": "^1.3.1",
"phantomjs-prebuilt": "^2.1.7",
"portscanner": "^1.0.0",
"progress-bar-webpack-plugin": "^1.8.0",
"promise": "^7.1.1",
"react-docgen": "^2.11.0",
"semver": "^5.5.0",
"send": "^0.13.2",
"shelljs": "^0.7.0",
"sinon": "^1.17.7",
"style-loader": "^0.21.0",
"svg2react-loader": "^1.0.3",
"tiny-lr": "^0.2.1",
"url-loader": "^1.0.1",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.13.0",
"webpack-dev-middleware": "^1.6.1"
}
}