-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "frontend stuff for portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --progress --color",
"build": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"mini-css-extract-plugin": "^1.3.0",
"node-sass": "^5.0.0",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-loader": "^4.0.4",
"sass-loader": "^10.0.5",
"script-loader": "^0.7.2",
"style-loader": "^2.0.0",
"uglify-loader": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@splidejs/splide": "^2.4.21",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"letteringjs": "^0.7.0",
"lodash": "^4.17.21",
"multiscroll.js": "^0.2.2",
"shufflejs": "^6.0.0"
}
}