-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.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
{
"name": "nchu-nlp-website",
"version": "2021.11.30",
"description": "The main website of NCHU NLP Lab",
"private": true,
"scripts": {
"serve": "webpack serve --mode=development --config webpack.config.js",
"build dev": "webpack --mode=development --config webpack.config.js",
"build": "webpack --mode=production --config webpack.config.js",
"deploy": "echo 'nlpnchu.org' > ./dist/CNAME && gh-pages -d dist"
},
"keywords": [],
"author": "NCHU NLP Lab",
"contributors": [
{
"name": "Eric Lam (@voidful)"
},
{
"name": "Harry Chan"
},
{
"name": "Tomy Hsieh (@tomy0000000)"
},
{
"name": "YuTang Shih (@ryanytshih)"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NCHU-NLP-Lab/nchu-nlp-lab.github.io"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@lottiefiles/lottie-player": "^1.5.1",
"aos": "^2.3.4",
"gh-pages": "^3.2.3",
"jquery": "^3.6.0",
"postcss": "^8.4.4",
"postcss-loader": "^6.2.1",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
}