-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
{
"name": "mephisto-addons",
"version": "1.5.4",
"description": "A bunch of UI components to make Tasks more customizable",
"main": "./build/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode=development",
"dev:watch": "webpack --mode=development --watch",
"build": "NODE_ENV=production webpack --mode=production",
"prepublishOnly": "NODE_ENV=production webpack --mode=production"
},
"keywords": [
"mephisto",
"meta",
"ai",
"addons"
],
"author": "meta-paul",
"license": "ISC",
"dependencies": {
"@types/jquery": "^3.5.32",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/video.js": "^7.3.58",
"bootstrap": "^4.6.2",
"bootstrap-select": "^1.13.18",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "^16.8 || 17 || 18",
"react-device-detect": "^2.2.3",
"react-dom": "^16.8 || 17 || 18",
"react-popper-tooltip": "^4.4.2",
"react-router-dom": "^6.26.0",
"react-shadow": "^20.4.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"video.js": "^8.19.1"
},
"devDependencies": {
"@babel/cli": "^7.19.0",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.2.5",
"babel-plugin-preval": "^5.1.0",
"css-loader": "^6.7.3",
"cypress": "^13.6.6",
"file-loader": "^6.0.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^16.8 || 17 || 18",
"react-dom": "^16.8 || 17 || 18"
}
}