-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "---",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"eslint": "npx eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mod8124/portfolio_front_end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mod8124/portfolio_front_end/issues"
},
"homepage": "https://github.com/Mod8124/portfolio_front_end#readme",
"dependencies": {
"file-loader": "^6.2.0",
"particles.js": "^2.0.0",
"webpack": "^5.80.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"css-loader": "^6.7.1",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.1",
"style-loader": "^3.3.1"
}
}