-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
118 lines (118 loc) · 4.29 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "aws-profile-manager",
"productName": "AWS Profile Manager",
"version": "0.0.1",
"description": "Unofficial AWS profile manager",
"main": "desktop/main.js",
"scripts": {
"lint": "eslint app test *.js",
"lint:fix": "eslint --ignore-path .gitignore --fix *.js",
"build-main": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
"build-renderer": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.production.js --progress --profile --colors",
"build": "npm run build-main && npm run build-renderer",
"start-prod": "cross-env NODE_ENV=production electron ./",
"dev": "cross-env NODE_ENV=development node -r babel-register server.js",
"start": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./desktop/main.development",
"package": "rm -rf release && cross-env NODE_ENV=production node -r babel-register -r babel-polyfill scripts/package.js",
"package-all": "npm run package -- --all",
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"_devMode": "concurrently --kill-others \"npm run dev\" \"npm start\"",
"hot-server": "echo \"depreciated command! Instead use: npm run dev\"",
"start-hot": "echo \"depreciated command! Instead use: npm start\"",
"cleanup": "mop -v",
"open": "cd release/darwin-x64/Serverless-darwin-x64/ && open ."
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"repository": "serverless/dashboard",
"author": "David Wells",
"license": "MIT",
"homepage": "https://github.com/DavidWells/aws-profile-manager",
"devDependencies": {
"asar": "^0.12.2",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-webpack-loaders": "^0.7.1",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"boiler-room-custodian": "^0.4.1",
"chai": "^3.5.0",
"concurrently": "^3.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^7.7.0",
"electron-rebuild": "^1.2.1",
"enzyme": "^2.4.1",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs-scripts": "^0.7.1",
"file-loader": "^0.9.0",
"ghooks": "^1.3.2",
"jsdom": "^9.4.3",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^3.0.2",
"node-libs-browser": "^1.0.0",
"opn": "^4.0.2",
"postcss-cssnext": "^2.8.0",
"postcss-loader": "^1.1.0",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^3.0.0",
"react-addons-test-utils": "^15.3.2",
"redux-logger": "^2.6.1",
"sinon": "^1.17.6",
"spectron": "^3.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^0.14.1",
"webpack-validator": "^2.2.7"
},
"dependencies": {
"aws-sdk": "^2.6.13",
"axios": "^0.15.2",
"classnames": "^2.2.5",
"css-modules-require-hook": "^4.0.3",
"electron": "^1.3.4",
"electron-debug": "^1.0.1",
"fix-path": "^2.0.0",
"font-awesome": "^4.6.3",
"fs-extra": "^1.0.0",
"lodash": "^4.16.4",
"postcss": "^5.1.2",
"react": "^15.3.2",
"react-auto-form": "^1.3.0",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.0",
"react-select": "^1.0.0-rc.2",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"source-map-support": "^0.4.6",
"uuid": "^2.0.3"
},
"devEngines": {
"node": "4.x || 5.x || 6.x || 10.x",
"npm": "2.x || 3.x || 4.x || 5.x || 6.x"
}
}