-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "helm-react-ui-testbed",
"version": "1.0.0",
"description": "A React component for editing Helm values.yaml",
"main": "dist/bundle.js",
"scripts": {
"test": "jest",
"start": "webpack-dev-server --mode development",
"build": "NODE_ENV=production webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"jest": "^26.6.3",
"postcss": "^8.1.4",
"postcss-loader": "^4.0.4",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8"
},
"dependencies": {
"@graywolfai/react-heroicons": "^1.1.1",
"@tailwindcss/ui": "^0.7.2",
"and": "0.0.3",
"helm-react-ui": "github:gimlet-io/helm-react-ui#master",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"tailwindcss": "^1.9.6"
},
"jest": {
"moduleDirectories": [
"node_modules"
]
}
}