-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "sasha-kir-homepage",
"version": "1.0.0",
"description": "Homepage of Sasha Kirillov",
"private": true,
"scripts": {
"lint": "eslint .",
"start": "webpack-dev-server --open",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sasha-kir/homepage.git"
},
"author": "Sasha Kirillov",
"license": "ISC",
"bugs": {
"url": "https://github.com/sasha-kir/homepage/issues"
},
"homepage": "https://github.com/sasha-kir/homepage#readme",
"devDependencies": {
"@babel/core": "7.14.8",
"@babel/preset-env": "7.14.8",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "3.0.0",
"css-loader": "5.2.7",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"html-webpack-plugin": "4.5.2",
"mini-css-extract-plugin": "1.6.2",
"optimize-css-assets-webpack-plugin": "5.0.8",
"script-ext-html-webpack-plugin": "2.1.5",
"svg-url-loader": "7.1.1",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.1",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",
"webpack-dev-server": "4.7.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"feather-icons": "4.28.0",
"flag-icon-css": "3.5.0"
}
}