-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "@server-state/template-cbm",
"id": "<YOUR_ID_HERE>",
"version": "0.0.9",
"description": "Default template for client-base modules (cbm)",
"main": "src/index.js",
"private": true,
"scripts": {
"test": "server-state test",
"test:e2e": "server-state test-e2e",
"start": "server-state start",
"build": "server-state build",
"eject": "server-state eject",
"publish": "server-state publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/server-state/template-cbm.git"
},
"keywords": [],
"author": "server-state",
"license": "MIT",
"bugs": "https://github.com/server-state/template-cbm/issues",
"homepage": "https://github.com/server-state/template-cbm#readme",
"peerDependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"prop-types": "^15.8.1",
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"devDependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@server-state/cli": "0.0.14",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}