-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.15 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
{
"name": "guru",
"version": "0.0.71",
"description": "UI component for changing plans, creating accounts, etc",
"author": "Mark Parson <[email protected]>",
"private": true,
"main": "dist/build.js",
"scripts": {
"dev": "node webpack/dev-server.js",
"build": "node webpack/build.js"
},
"dependencies": {
"bluebird": "^3.5.1",
"lexi": "tolmark12/nanobox-lexi",
"lodash": "^4.17.4",
"payments": "nanobox-io/dashboard-ui-payments",
"save": "^2.3.1",
"sequence": "Tolmark12/sequence",
"shadow-icons": "Tolmark12/shadow-icons-js"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"bump-webpack-plugin": "^0.1.0",
"chalk": "^2.0.1",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-include-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"loader-utils": "^1.1.0",
"nanobox-core-styles": "nanobox-io/nanobox-dash-ui-core-styles",
"node-sass": "^4.9.0",
"opn": "^5.1.0",
"ora": "^1.2.0",
"pug": "^2.0.0-rc.3",
"rimraf": "^2.6.0",
"sass-loader": "^5.0.1",
"sass-resources-loader": "^1.3.0",
"script-loader": "^0.7.0",
"shelljs": "^0.7.6",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"vue": "^2.4.2",
"vue-loader": "^12.1.0",
"vue-style-loader": "^3.0.1",
"vue-svg-loader": "^0.3.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}