-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.33 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
{
"name": "media-atom-maker",
"description": "media atom editor",
"scripts": {
"build": "webpack --mode=production ./public/video-ui/src/app.js -o ./public/video-ui/build/ --config ./build_config/webpack.prod.conf.js",
"build-dev": "webpack -o ./public/video-ui/build/ --config ./build_config/webpack.dev.conf.js --watch",
"client-dev": "node ./webpack-dev-server.js",
"lint": "eslint public/video-ui/src/**/*.js",
"test": "jest"
},
"jest": {
"roots": [
"public/video-ui/src/test"
],
"preset": "ts-jest/presets/js-with-ts"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.23.2",
"@babel/plugin-transform-class-properties": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "^7.23.2",
"@babel/plugin-transform-object-assign": "^7.23.2",
"@babel/plugin-transform-object-rest-spread": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^28.1.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.27",
"@types/react-redux": "^7.1.25",
"@types/valid-url": "^1.0.3",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"argparse": "^1.0.9",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.0.0",
"chalk": "^1.1.3",
"crypto": "0.0.3",
"css-loader": "^4.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"expose-loader": "^4.0.0",
"file-loader": "^6.0.0",
"hoconjs": "github:yellowblood/hocon-js",
"jest": "29.7.0",
"lodash": "4.17.21",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "3.3.3",
"react-hot-loader": "^3.1.3",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"typescript": "^4.7.4",
"url-loader": "4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.11.0",
"xhr2": "^0.1.4"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"aws-sdk": "2.1679.0",
"fast-check": "^3.6.3",
"fork-ts-checker-webpack-plugin": "9.0.2",
"moment": "^2.29.4",
"panda-session": "^0.1.6",
"prop-types": "^15.8.1",
"prosemirror-commands": "^1.5.0",
"prosemirror-history": "^1.3.0",
"prosemirror-inputrules": "^1.2.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-menu": "^1.2.1",
"prosemirror-model": "^1.19.0",
"prosemirror-schema-basic": "^1.2.1",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.30.1",
"querystringify": "2.0.0",
"raven-js": "^3.9.1",
"react": "^16.14.0",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-redux": "6",
"react-router": "^3.2.6",
"react-router-redux": "^4.0.8",
"react-tabs": "^3.0.0",
"react-tooltip": "^4.2.8",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"reqwest": "^2.0.5",
"sass": "^1.77.6",
"valid-url": "^1.0.9"
},
"version": "1.0.0",
"repository": "git@github.com:guardian/media-atom-maker.git",
"author": "The Guardian <digitalcms.dev@theguardian.com>"
}