-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "portfolio",
"version": "1.0.0",
"description": "a place for projects",
"main": "index.js",
"engines": {
"node": "9.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"start": "webpack-dev-server",
"lint": "eslint src/** src/**/**; exit 0",
"fix": "eslint src/* src/**/** --fix; exit 0",
"deploy-gh": "npm run build&&gh-pages -d build",
"prod": "NODE_ENV=production node server.js",
"prodbuild": "webpack --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinaShadrach/LinaShadrach.git"
},
"keywords": [
"portfolio",
"resume",
"apps"
],
"author": "Lina Shadrach",
"license": "ISC",
"bugs": {
"url": "https://github.com/LinaShadrach/LinaShadrach/issues"
},
"homepage": "https://LinaShadrach.github.io/portfolio-react",
"dependencies": {
"3.0.0": "^3.0.0",
"express": "^4.16.3",
"gyp": "^0.5.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-materialize": "^1.0.16",
"styled-jsx": "^2.2.6"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^2.29.0",
"jquery": "^3.3.1",
"materialize-css": "^0.100.2",
"react-hot-loader": "^3.0.0-beta.7",
"scrollreveal": "^3.4.0",
"webpack": "^2.6.0",
"webpack-dev-server": "^2.5.0"
}
}