This repository was archived by the owner on Mar 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
{
"name": "goma-project",
"version": "1.0.0",
"description": "goma test project",
"main": "main.js",
"scripts": {
"dev": "webpack serve --mode development",
"build": "tsc && webpack --mode production",
"lint": "eslint --fix --ext .ts ./src"
},
"author": "Adrian Kriegel",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.12.5",
"@types/loader-utils": "^2.0.1",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@unologin/eslint-config": "^1.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"eslint-webpack-plugin": "^2.5.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.0.0-beta.6",
"json-loader": "^0.5.7",
"loader-utils": "^1.4.0",
"mathjax-node": "^2.1.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"ts-node-register": "^1.0.0",
"typescript": "^4.2.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bibtex": "^0.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typeface-libre-baskerville": "^1.1.13"
}
}