-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 947 Bytes
/
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
{
"name": "mysliwiec.pro",
"version": "1.0.0",
"description": "Tomasz Myśliwiec personal website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack"
},
"author": "Tomasz Myśliwiec",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.5",
"bitbar-webpack-progress-plugin": "^0.1.3",
"copy-webpack-plugin": "^4.1.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"imagemin-webpack-plugin": "^1.5.2",
"jquery": "^3.2.1",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglify-es": "^3.1.3",
"webpack": "^3.6.0",
"webpack-merge-and-include-globally": "^1.0.0"
},
"dependencies": {
"@types/jquery": "^3.2.12",
"node-sass": "^4.5.3"
}
}