-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 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
{
"name": "knit-api-admin",
"description": "ApiPlatform Admin Client for KNIT Rest API",
"version": "0.5.2-dev",
"homepage": "http://api.knit.pk.edu.pl/admin",
"private": true,
"dependencies": {
"@api-platform/admin": "^0.5.1",
"@api-platform/api-doc-parser": "^0.5.0",
"@iktakahiro/markdown-it-katex": "3.0.3",
"circular-json": "^0.5.4",
"highlightjs": "^9.10.0",
"jwt-decode": "^2.2.0",
"loaders.css": "^0.1.2",
"markdown-it": "^8.4.1",
"react": "~16.3.0",
"react-admin-color-input": "^1.0.7",
"react-dom": "~16.3.0",
"react-scripts": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"commit": "git-cz",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}