-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.67 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.67 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
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
{
"name": "superdesk-ui-framework",
"version": "6.1.3",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/superdesk/superdesk-ui-framework.git"
},
"main": "dist/superdesk-ui.bundle.js",
"types": "react/index.d.ts",
"contributors": [
"Nemanja Pavlovic",
"Vladimir Stefanovic",
"Darko Tomic",
"Aleksandar Jelicic",
"Tomas Kikutis",
"Dragana Zivkovic",
"Konstantin Markov",
"Helmy Giacoman"
],
"scripts": {
"start": "webpack-dev-server --config tasks/webpack.dev.js",
"watch": "webpack --watch --config tasks/webpack.prod.js & tsc --watch",
"build": "tsc -p tsconfig.json --noEmit && webpack --config tasks/webpack.prod.js && tsc && npm run build-storybook && npm run copy-storybook",
"build-ui": "webpack && tsc && npm run lint",
"playground-lint": "tsc -p examples/pages/playgrounds/react-playgrounds --noEmit",
"format-code": "npx prettier . --write",
"lint": "tsc -p tsconfig.json --noEmit && npx prettier . --check && eslint --parser=@typescript-eslint/parser app && tslint -c tslint.json 'app-typescript/**/*.{ts,tsx}' && npm run playground-lint && npm run unit-test",
"lint-fix": "tsc -p tsconfig.json --noEmit && tslint --fix -c tslint.json 'app-typescript/**/*.{ts,tsx}'",
"prepublishOnly": "npm run build",
"unit-test": "mocha",
"debug-unit-tests": "mocha --inspect-brk",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"copy-storybook": "mkdir -p dist/storybook && cp -r storybook-static/* dist/storybook/"
},
"devDependencies": {
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
"@storybook/react-webpack5": "^10.1.11",
"@types/assert": "^1.5.6",
"@types/chart.js": "^2.9.24",
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/lodash": "^4.14.161",
"@types/mocha": "^9.1.1",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.0",
"@types/react-router-dom": "^5.1.2",
"@types/react-scrollspy": "^3.3.5",
"@typescript-eslint/parser": "^5.58.0",
"angular": "^1.7.9",
"angular-animate": "^1.7.9",
"angular-route": "^1.7.9",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^4.0.0",
"code-prettify": "^0.1.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.57.0",
"eslint-plugin-angular": "^3.1.1",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-storybook": "^10.1.11",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jsdom": "20.0.3",
"jsdom-global": "3.0.2",
"lodash": "4.17.21",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "^8.4.0",
"moment": "^2.29.3",
"prettier": "3.5.3",
"prismjs": "^1.28.0",
"prop-types": "^15.6.0",
"raw-loader": "^4.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "^5.0.6",
"react-router-dom": "^5.1.2",
"redux": "^3.7.2",
"redux-form": "^7.0.4",
"sass": "^1.94.2",
"sass-loader": "^16.0.4",
"storybook": "^10.1.11",
"superdesk-code-style": "^1.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tslint": "^5.18.0",
"typescript": "^5.9.3",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@popperjs/core": "^2.4.0",
"@sourcefabric/common": "0.0.66",
"@superdesk/primereact": "^5.0.2-16",
"chart.js": "^2.9.3",
"date-fns": "^4.1.0",
"popper-max-size-modifier": "^0.2.0",
"popper.js": "1.14.4",
"primeicons": "2.0.0",
"@hello-pangea/dnd": "^16.6.0",
"react-id-generator": "^3.0.0",
"react-resizable-panels": "^3.0.6",
"react-scrollspy": "^3.4.3",
"weekstart": "^2.0.0"
},
"peerDependencies": {
"moment": "*"
},
"overrides": {
"cheerio": "1.0.0-rc.12"
},
"volta": {
"node": "22.22.0"
}
}