-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "murrix",
"version": "4.0.0",
"private": true,
"description": "MURRiX is a specialized Content Management System",
"author": "Mattias Runge-Broberg <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mattiasrunge/MURRiX.git"
},
"workspaces": {
"packages": [
"core",
"ui",
"nextui"
],
"nohoist": [
"**/semantic-ui-css"
]
},
"scripts": {
"lint": "eslint .",
"core": "cd core && yarn start",
"build": "cd ui && yarn build",
"ui": "cd ui && yarn start",
"servce": "cd ui && yarn serve"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "^7.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-jsx-control-statements": "^2.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-sonarjs": "^0.7.0",
"eslint-plugin-unicorn": "^32.0.1",
"jest": "26.6.3"
}
}