-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 Bytes
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
{
"name": "mws-frontend",
"version": "0.2.0",
"private": true,
"dependencies": {
"@xmldom/xmldom": "^0.8.2",
"http-proxy-middleware": "^1.1.0",
"next": "^12.1.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-mathjax-preview": "^2.1.3",
"react-progress": "0.0.12",
"react-spinners": "^0.10.6",
"typescript": "^4.2.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"mklegal": "yarn --ignore-platform licenses generate-disclaimer > public/disclaimer.txt",
"dist": "yarn mklegal && yarn build"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3"
}
}