-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 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
35
{
"name": "Maket-resume",
"version": "1.0.0",
"description": "",
"main": "less.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/webpack --watch ",
"build": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geksanit/Maket-resume.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Geksanit/Maket-resume/issues"
},
"homepage": "https://github.com/Geksanit/Maket-resume#readme",
"devDependencies": {
},
"dependencies": {
"css-loader": "^0.28.7",
"html-webpack-plugin": "^2.30.1",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"webpack": "^3.6.0"
}
}