-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 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
{
"name": "miox",
"version": "1.1.27",
"description": "mox Tool",
"main": "build/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev node_modules/.bin/webpack-dev-server --host 0.0.0.0 --progress --colors --inline --hot --display-error-details --content-base src/",
"build": "rimraf ./build && cross-env NODE_ENV=production webpack -p",
"git": "git add . && git commit -am 'update' && git push",
"done": "npm run build && npm run git",
"pub": "npm run done && npm publish",
"widget": "rimraf ./node_modules/miox-components/build && NODE_ENV=production webpack --config widgets.config.js"
},
"files": [
"build",
"src/css"
],
"author": "",
"license": "MIT",
"project-type": "umd",
"project-library": "miox",
"repository": {
"type": "git",
"url": "https://github.com/cevio/matrix"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"callback-loader": "^0.2.4",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-minify-loader": "^1.1.0",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"node-sass": "^3.7.0",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.8.2",
"rimraf": "*",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-icons": "^1.0.0",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1",
"deepcopy": "^0.6.3",
"domready": "^1.0.8",
"es6-promise": "^3.2.1",
"events": "^1.1.0",
"fastclick": "^1.0.6",
"history": "^2.1.2",
"path-to-regexp": "^1.5.0",
"prefix-property": "^1.0.23",
"setimmediate": "^1.0.4",
"unique-array": "^1.0.1",
"url": "^0.11.0",
"vue": "^1.0.24"
}
}