-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "Galley",
"version": "0.1.3",
"description": "A kitchen to cook k8s objects",
"main": "src/index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rainist/galley.git"
},
"homepage": "https://rainist.github.io/galley",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"galley-recipes": "^1.0.0-d0",
"grommet": "^2.7.2",
"grommet-icons": "^4.2.0",
"grommet-theme-v1": "^0.1.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"react": "^16.8.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"react-syntax-highlighter": "^11.0.1",
"rxjs": "^5.5.12",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^3.0.0",
"gh-pages": "^2.0.1",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"serve": "react-scripts start",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}