This repository was archived by the owner on Sep 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "cerebro-aws-console",
"version": "0.1.1",
"description": "Cerebro plugin to open AWS Console services in your default browser.",
"license": "MIT",
"repository": "ascandroli/cerebro-aws-console",
"contributors": [
{
"name": "Alejandro Scandroli",
"url": "https://github.com/ascandroli/"
},
{
"name": "Marc Badia Cendros",
"url": "https://github.com/alfrheim"
}
],
"dependencies": {
"cerebro-tools": "^0.1.8",
"cerebro-ui": "^0.0.16",
"raw-loader": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^7.1.1",
"babel-node-modules": "0.0.1",
"babel-preset-cerebro-plugin": "^0.0.17",
"babili": "^0.1.4",
"cerebro-scripts": "0.0.25",
"chalk": "^2.1.0",
"copy-webpack-plugin": "^5.0.2",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.4",
"file-loader": "^3.0.1",
"fs-extra": "^4.0.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.1",
"style-loader": "^0.18.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin"
],
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"clear": "cerebro-scripts clear",
"prepublish": "yarn clear && yarn build"
}
}