-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 853 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
{
"name": "CV",
"version": "1.0.0",
"description": "CV for Hans Kilian",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js -p && cp ./index.html ./dist/ && cp ./hans.jpg ./dist/",
"deploy": "scp dist/* kilianconsult.dk:/var/www/kilianconsult.dk/"
},
"author": "Hans Kilian",
"license": "ISC",
"dependencies": {
"material-ui": "^0.16.7",
"npm": "^6.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.6.1",
"react-router": "^3.0.2",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"webpack": "^2.7.0",
"webpack-cli": "^2.1.4"
}
}