-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
131 lines (131 loc) · 4.66 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@ls1intum/apollon",
"version": "3.3.15",
"description": "A UML diagram editor.",
"keywords": [],
"homepage": "https://github.com/ls1intum/apollon#readme",
"bugs": "https://github.com/ls1intum/apollon/issues",
"license": "MIT",
"author": {
"name": "Stephan Krusche",
"email": "[email protected]",
"url": "https://ase.cit.tum.de/krusche"
},
"main": "lib/es5/index.js",
"module": "lib/es6/index.js",
"typings": "lib/es6/index.d.ts",
"repository": "github:ls1intum/apollon",
"sideEffects": false,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"start": "webpack serve --config ./webpack/webpack.dev.js",
"build": "rm -rf dist && webpack --config ./webpack/webpack.prod.js",
"lint": "npm run lint:ts && npm run lint:css",
"lint:ts": "eslint -c .eslintrc.js src/main",
"lint:css": "stylelint 'src/**/*.ts'",
"prepare": "rm -rf lib && tsc -p . && tsc -p tsconfig.es5.json",
"prettier:check": "prettier --check 'src/{main,tests}/**/*.{json,ts,tsx,js,jsx,css,scss,html}'",
"prettier:write": "prettier --write 'src/{main,tests}/**/*.{json,ts,tsx,js,jsx,css,scss,html}'",
"test": "jest -w=4",
"test:coverage": "jest --collectCoverage -w=4",
"test:watch": "jest --watch -w=4",
"update": "ncu -i --format group",
"publish:patch": "npm run prepare && npm run test && npm run docs:copy-api && npm version patch && npm publish",
"publish:minor": "npm run prepare && npm run test && npm run docs:copy-api && npm version minor && npm publish",
"publish:major": "npm run prepare && npm run test && npm run docs:copy-api && npm version major && npm publish",
"docs:copy-api": "cp lib/es6/apollon-editor.d.ts lib/es6/typings.d.ts lib/es6/compat/helpers.d.ts docs/source/user/api && cp lib/es6/packages/diagram-type.d.ts docs/source/dev/api",
"docs:prepare": "npm run docs:copy-api && cd docs && pip3 install -r requirements.txt",
"docs:build": "cd docs && make clean && make html",
"docs:watch": "npm run docs:build && serve -p 8088 docs/build/html & chokidar \"docs/source/**/*\" \"docs/images/**/*\" -c \"npm run docs:build\""
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": "stylelint --fix",
"*.{ts,tsx,js,css,md}": "prettier --write"
},
"dependencies": {
"fast-json-patch": "3.1.1",
"is-mobile": "4.0.0",
"pepjs": "0.5.3",
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"react-tooltip": "4.5.1",
"redux": "4.2.1",
"redux-saga": "1.3.0",
"redux-thunk": "2.4.2",
"rxjs": "7.8.1",
"styled-components": "5.3.11",
"tslib": "2.6.2",
"uuid": "9.0.1"
},
"overrides": {
"semver": "7.5.4",
"word-wrap": "1.2.5",
"tough-cookie": "4.1.3",
"postcss": "8.4.38"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "0.38.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.12",
"@types/react": "18.2.79",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.25",
"@types/react-redux": "7.1.33",
"@types/redux-mock-store": "1.0.6",
"@types/styled-components": "5.1.34",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"chokidar-cli": "3.0.0",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.11.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "5.6.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-html-reporter": "3.10.2",
"jest-styled-components": "7.2.0",
"lint-staged": "15.2.2",
"pinst": "3.0.0",
"postcss": "8.4.38",
"postcss-syntax": "0.36.2",
"prettier": "3.2.5",
"redux-mock-store": "1.5.4",
"serve": "14.2.1",
"sleep-promise": "9.1.0",
"start-server-and-test": "2.0.3",
"style-loader": "3.3.4",
"stylelint": "16.3.1",
"stylelint-config-recommended": "14.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"webpack-merge": "5.10.0"
}
}