-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.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
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
{
"name": "@beeldengeluid/labo-workspace-components",
"version": "2.1.0",
"description": "Workspace components for the CLARIAH Media Suite",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "eslint \"app/**\"",
"prettier": "prettier --check app",
"prod": "webpack --mode production",
"prepublishOnly": "npm run prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beeldengeluid/labo-workspace-components.git"
},
"keywords": [
"React",
"SASS"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/beeldengeluid/labo-workspace-components/issues"
},
"homepage": "https://github.com/beeldengeluid/labo-workspace-components#readme",
"publishConfig": {
"@beeldengeluid:registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"lz-string": "^1.4.4",
"moment": "^2.29.2",
"prop-types": "^15.7.2",
"react-dom": "^18.2.0",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-tooltip": "^5.8.3",
"sass": "^1.78.0"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"babel-loader": "^9.1.2",
"classnames": "^2.3.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.32.2",
"globals": "^15.9.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"sass-loader": "^16.0.1",
"scss-bundle": "^3.1.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.8",
"url-loader": "^4.1.1",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
}
}