-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "mpl4v",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"test": "echo \"Error: no test specified\" && exit 1",
"build:us": "webpack --config webpack.prod.js && type \"src\\meta.js\" \"dist\\user.js\" > \"dist\\mpl4v.user.js\"",
"build:us-dev": "webpack --config webpack.prod.js && type \"src\\dev.meta.js\" \"dist\\user.js\" > \"dist\\mpl4v.dev.user.js\""
},
"keywords": [],
"author": "",
"license": "GPLv3",
"devDependencies": {
"css-loader": "^3.6.0",
"eslint": "^8.33.0",
"eslint-plugin-mobx": "^0.0.9",
"eslint-plugin-react": "^7.21.5",
"eslint-webpack-plugin": "^3.2.0",
"prop-types": "^15.7.2",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"fscreen": "^1.2.0",
"mobx": "6.7.0",
"mobx-react-lite": "3.4.0",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"pnpm": {
"overrides": {
"node-forge@<1.3.0": ">=1.3.0",
"node-forge@<1.0.0": ">=1.0.0",
"glob-parent@<5.1.2": ">=5.1.2"
}
}
}