-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 932 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
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"author": "Jaskaranbir",
"license": "ISC",
"description": "",
"scripts": {
"clean": "rimraf src/main/webapp/dist",
"build": "npm run clean && parallel-webpack --max-retries=3 --config config/webpack.build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jaskaranbir/jaskaranbir.github.io.git"
},
"dependencies": {
"autoprefixer": "^7.1.1",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.26.2",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"parallel-webpack": "^2.2.0",
"postcss-loader": "^1.3.2",
"rimraf": "^2.6.2",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-merge": "^4.1.0"
}
}