forked from gerdesque/demokratieerleben2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "gerdesque",
"version": "0.2.9",
"homepage": "https://gerdesque.github.io/demokratieerleben2020/",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"json": "json-server --watch db.json",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"predeploy": "yarn run build --prod",
"deploy": "gh-pages -d dist/apps/demol",
"release": "standard-version",
"commit": "npx git-cz",
"storybook": "nx run ui:storybook"
},
"private": true,
"dependencies": {
"document-register-element": "1.14.3",
"json-server": "^0.17.3",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.19.12",
"ra-language-german": "^2.1.2",
"react": "16.14.0",
"react-admin": "^3.19.12",
"react-dom": "16.14.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@angular/forms": "*",
"@babel/core": "7.8.3",
"@babel/plugin-transform-react-display-name": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/plugin-transform-react-jsx-development": "^7.9.0",
"@babel/plugin-transform-react-jsx-self": "^7.9.0",
"@babel/plugin-transform-react-jsx-source": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@compodoc/compodoc": "^1.1.11",
"@nrwl/cypress": "9.2.3",
"@nrwl/eslint-plugin-nx": "9.2.3",
"@nrwl/jest": "9.2.3",
"@nrwl/react": "9.2.3",
"@nrwl/storybook": "^9.2.3",
"@nrwl/web": "9.2.3",
"@nrwl/workspace": "9.2.3",
"@storybook/addon-knobs": "5.3.9",
"@storybook/angular": "5.3.9",
"@storybook/react": "5.3.9",
"@testing-library/react": "9.4.0",
"@types/jest": "25.1.4",
"@types/node": "~8.9.4",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@typescript-eslint/eslint-plugin": "2.19.2",
"@typescript-eslint/parser": "2.19.2",
"babel-loader": "8.0.6",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.0.34",
"cypress": "^4.1.0",
"cz-conventional-changelog": "^3.2.0",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"jest": "25.2.3",
"prettier": "1.19.1",
"react-drag-drop-container": "^6.1.1",
"react-intersection-observer": "^8.26.2",
"react-reveal": "^1.2.2",
"react-sound": "^1.2.0",
"shortid": "^2.2.15",
"standard-version": "^8.0.0",
"ts-jest": "25.2.1",
"ts-node": "~7.0.0",
"tslint": "~6.0.0",
"typescript": "~3.8.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}