-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
39 lines (39 loc) · 937 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
37
38
39
{
"name": "blig",
"version": "1.0.0",
"description": "a simple react application",
"main": "test.jsx",
"dependencies": {
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"marked": "^0.3.5",
"highlight.js": "^9.4.0",
"babel-preset-react": "^6.5.0",
"react": "^15.1.0",
"babel-loader": "^6.2.4",
"react-dom": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-redux": "^4.4.5",
"material-ui": "^0.15.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"react-router": "^2.4.1",
"react-tap-event-plugin": "^1.0.0",
"reqwest": "^2.0.5",
"webpack": "^1.12.14"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/redsx/myBlog.git"
},
"keywords": [
"react",
"blog"
],
"author": "MDZZ",
"license": "ISC"
}