-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
138 lines (138 loc) · 3.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"author": {
"name": "ProFatXuanAll",
"url": "https://github.com/ProFatXuanAll/"
},
"browserslist": {
"production": [
"> 0.2%",
"not dead",
"not OperaMini all",
"not OperaMobile <= 46",
"not Explorer <= 11",
"not ExplorerMobile <= 11",
"not QQAndroid <= 1.2",
"not Baidu <= 7.12"
],
"development": [
"last 1 Chrome version",
"last 1 Firefox version",
"last 1 Safari version"
]
},
"bugs": {
"url": "https://github.com/IKMLab/IKMLab.github.io/issues"
},
"contributors": [
{
"name": "birdx0810",
"url": "https://github.com/birdx0810"
},
{
"name": "france5289",
"url": "https://github.com/france5289"
},
{
"name": "Jayie",
"url": "https://github.com/Jayie"
},
{
"name": "mcps5601",
"url": "https://github.com/mcps5601"
},
{
"name": "nail1021734",
"url": "https://github.com/nail1021734"
},
{
"name": "StoneLin0708",
"url": "https://github.com/StoneLin0708"
},
{
"name": "dinghr537",
"url": "https://github.com/dinghr537"
},
{
"name": "wulong09",
"url": "https://github.com/wulong09"
}
],
"dependencies": {
"@fontsource/roboto": "^4.5.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"jquery": "^3.6.0",
"npm": "^6.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.34.0"
},
"description": "NCKU IKMLAB's Official Website.",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.0",
"eslint": "^7.27.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.23.2",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.3.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^5.3.0",
"prop-types": "^15.7.2",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^11.1.1",
"stylelint": "^9.10.1",
"stylelint-config-sass-guidelines": "^5.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-webpack-plugin": "^1.2.3",
"terser-webpack-plugin": "^5.1.3",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1"
},
"directories": {
"doc": "doc"
},
"engines": {
"node": "^16.2.0",
"npm": "^7.13.0"
},
"homepage": "https://github.com/IKMLab/IKMLab.github.io",
"license": "MIT",
"name": "ikmlab.github.io",
"os": [
"linux",
"darwin"
],
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/IKMLab/IKMLab.github.io.git"
},
"scripts": {
"b": "npm run build",
"build": "webpack --color --config config/webpack.config.js --mode production --progress",
"d": "npm run develop",
"develop": "webpack --color --config config/webpack.config.js --mode development --progress",
"deploy": "npm run build && sudo cp -r dist /var/www",
"start": "webpack serve --color --config config/webpack.config.js --mode development --progress",
"test-webpack": "webpack configtest config/webpack.config.js",
"tw": "npm run test-webpack"
},
"version": "1.0.4"
}