-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "iina-website",
"version": "1.0.0",
"description": "The source code of IINA's website.",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.6.2",
"dart-sass": "^1.25.0",
"jquery": "^3.7.1",
"popper.js": "^1.16.1",
"sass": "^1.44.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"autoprefixer": "^9.3.1",
"babel-loader": "^8.0.4",
"css-loader": "^5",
"mini-css-extract-plugin": "^1",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"sass-loader": "^10",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"start": "webpack --mode=development --watch --progress --color",
"build": "webpack --mode=production --bail -p"
}
}