This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.68 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": "@server-state/cli",
"version": "0.0.14",
"description": "A CBM test environment with integrated build, test, and deploy options",
"repository": {
"type": "git",
"url": "git+https://github.com/server-state/cbm-cli.git"
},
"author": "server-state",
"license": "MIT",
"bugs": {
"url": "https://github.com/server-state/cbm-cli/issues"
},
"homepage": "https://github.com/server-state/cbm-cli#readme",
"bin": {
"server-state": "./src/index.js"
},
"scripts": {
"test": "jest",
"build": "echo \"Please do not use the build step. Webpack can not compile the cbm-test-environment correctly. Use with care!\" #webpack --config webpack.config.js --mode production",
"submodule:init": "git submodule init",
"submodule:update": "git submodule update"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@material-ui/core": "^4.9.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-jest": "^27.0.1",
"babel-loader": "^8.0.6",
"chalk": "^4.0.0",
"cli": "^1.0.1",
"html-webpack-plugin": "^5.0.0",
"jest": "^27.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.18.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^7.0.0",
"url-loader": "^4.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^4.0.0"
},
"devDependencies": {
"shebang-loader": "0.0.1"
}
}