-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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": "jcm-portfolio",
"private": true,
"license": "MIT",
"devDependencies": {
"aphrodite": "^1.2.0",
"axios": "^0.16.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-module-resolver": "^2.7.0",
"babel-preset-env": "^1.3.3",
"babel-preset-react": "^6.24.1",
"babel-preset-react-plus": "^1.3.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"contentful-response-parser": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"jest": "^19.0.2",
"lodash": "^4.17.4",
"prop-types": "^15.5.8",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"react-markdown": "^2.5.0",
"react-masonry-component": "^5.0.5",
"react-responsive": "^1.2.10",
"react-router-dom": "^4.0.0",
"react-transition-group": "^1.1.3",
"standard": "^10.0.1",
"standard-loader": "^6.0.1",
"style-loader": "^0.16.1",
"surge": "^0.19.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.1"
},
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"predeploy": "webpack --config=webpack.prod.js -p",
"deploy": "surge --project dist --domain www.jamescmorgan.com",
"lint": "standard --fix",
"start": "webpack-dashboard -- webpack-dev-server",
"test": "jest"
},
"dependencies": {}
}