-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "portfolio-cg",
"version": "1.0.0",
"description": "Celeste Glavin portfolio",
"main": "index.js",
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmugla/portfolio-cg.git"
},
"author": "Celeste Glavin",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"ejs": "^2.5.6",
"express": "^4.15.2",
"morgan": "^1.8.1",
"path": "^0.12.7",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-scroll": "^1.5.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"style-loader": "^0.16.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"bugs": {
"url": "https://github.com/cmugla/portfolio-cg/issues"
},
"homepage": "https://github.com/cmugla/portfolio-cg#readme"
}