-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 960 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
31
32
33
34
35
36
{
"name": "sjorssnoeren.com",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sjors Snoeren",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"react": "^15.4.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"dependencies": {
"grid-styled": "^2.0.0-10",
"object-fit-images": "^3.1.3",
"react-dom": "^15.6.1",
"react-equalizer": "^1.3.0",
"react-height-matching-group": "^1.0.8",
"styled-components": "^2.1.2",
"whatwg-fetch": "^2.0.3",
"zenscroll": "^4.0.0"
}
}