forked from hozier/the_hack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1008 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1008 Bytes
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
{
"name": "the_hack-client",
"version": "0.0.1",
"description": "Client-side implementation of an SPA (single-page application) engineering blog built with ReactJS, NodeJS and the principles of Material Design.",
"private": true,
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"html-webpack-plugin": "^2.7.2",
"react-scripts": "^0.8.4 ",
"react-hot-loader": "^1.3.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"homepage": "https://github.com/hozier/the_hack",
"dependencies": {
"material-ui": "^0.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}