-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "CurriculumVitae",
"version": "1.0.0",
"description": "This project will help you to create your personal website very quickly. If you want to upload the content you just need to edit the config file based on the example file.",
"main": "server.js",
"dependencies": {
"express": "^4.14.0",
"json-loader": "^0.5.4",
"react": "^15.4.0",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.0",
"react-router": "^3.0.0",
"webpack": "^1.13.3",
"commander": "^2.11.0",
"html-pdf": "^2.2.0",
"mime": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.26.2",
"express": "^4.14.0",
"style-loader": "^0.13.2",
"webpack": "^1.14.0"
},
"scripts": {
"dev": "./node_modules/.bin/webpack -w",
"build": "./node_modules/.bin/webpack",
"pdf": "pdf/cv.js pdf/index.js"
},
"author": "Gabriel Micko",
"license": "ISC"
}