-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nowakkamil-personal-website",
"version": "1.0.0",
"description": "Kamil Nowak personal website",
"scripts": {
"build": "webpack --config webpack/webpack.config.prod.js --colors",
"start": "webpack-dev-server --open --config webpack/webpack.config.dev.js"
},
"private": true,
"keywords": [
"frontend",
"javascript",
"es6",
"animation",
"responsive",
"webpack"
],
"author": {
"name": "Kamil Nowak",
"email": "nowakkamil@yahoo.com",
"url": "https://github.com/nowakkamil"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@iconfu/svg-inject": "^1.2.3",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"eslint-loader": "^4.0.2",
"gsap": "^3.4.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
},
"dependencies": {},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}