-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.76 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "academic-project-template",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack --mode development",
"clean": "rm -rf build/",
"build": "webpack --mode production",
"postbuild": "react-snap",
"serve": "webpack serve --mode development",
"format": "prettier -w src/ --check",
"format:check": "prettier src/ --check",
"lint": "eslint src/"
},
"author": "denkiwakame <denkivvakame@gmail.com>",
"license": "CC-BY-SA4.0",
"reactSnap": {
"puppeteerArgs": [
"--disable-setuid-sandbox",
"--no-sandbox"
],
"concurrency": 1,
"inlineCss": false
},
"volta": {
"node": "20.11.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"js-yaml-loader": "^1.2.2",
"prettier": "^3.2.1",
"prettier-plugin-organize-imports": "^3.2.4",
"react-hot-loader": "^4.13.1",
"react-snap": "^1.13.1",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@iconify-json/logos": "^1.1.43",
"@iconify-json/simple-icons": "^1.1.110",
"@iconify/react": "^5.0.1",
"marked": "^13.0.0",
"marked-katex-extension": "^5.0.1",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-player": "^2.14.1",
"sharp": "^0.33.2",
"swiper": "^11.0.5",
"uikit": "^3.17.11"
}
}