-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 833 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
33
34
{
"name": "reactmarkdownapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --content-base dist --inline --hot",
"start": "node server.js",
"test": "karma start"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.14.1",
"marked": "^0.3.6",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.23.1",
"foundation-sites": "^6.2.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^2.2.1",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.1",
"script-loader": "^0.6.1",
"style-loader": "^0.13.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}