-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 852 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": "Daily_dev",
"version": "1.0.0",
"description": "Your awesome project!",
"main": "bundle.js",
"scripts": {
"start-server": "node server/server.js",
"start": "npm run task & npm run start-server",
"task": "gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"bootstrap": "^3.3.6",
"browserify": "^10.2.4",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-notify": "^2.2.0",
"jquery": "^2.1.4",
"markdown-to-jsx": "^1.1.0",
"marked": "^0.3.5",
"moment": "^2.10.6",
"path": "^0.12.7",
"react": "^0.14",
"react-dom": "^0.14.0",
"remarkable": "^1.6.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
}
}