-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "personal website",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"build": "webpack",
"build:watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daryllcheng/portfolio.git"
},
"author": "Daryll",
"license": "ISC",
"bugs": {
"url": "https://github.com/daryllcheng/portfolio/issues"
},
"homepage": "https://github.com/daryllcheng/portfolio#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"material-ui": "^0.18.1",
"react": "^15.5.4",
"react-burger-menu": "^2.0.2",
"react-dom": "^15.5.4",
"react-responsive": "^1.3.0",
"react-scroll": "^1.5.2",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2",
"webpack": "^2.5.1"
},
"engines": {
"node": "7.4.0"
}
}