-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
40
41
42
43
44
45
46
{
"name": "sherpa-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "webpack --watch",
"start": "nodemon server.js",
"startgo": "webpack --optimize-minimize --colors | ./serveGo",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "webpack --optimize-minimize"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.13.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.0",
"babel-preset-react": "^6.11.1",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"eslint": "^3.3.1",
"eslint-config-standard-react": "^3.0.0",
"eslint-plugin-react": "^6.1.2",
"express": "^4.14.0",
"json-loader": "^0.5.4",
"lodash.throttle": "^4.1.0",
"markdown-to-react-components": "^0.2.1",
"nodemon": "^1.10.0",
"passport": "^0.3.2",
"react": "^15.3.0",
"react-bootstrap": "^0.30.2",
"react-dom": "^15.3.0",
"react-fontawesome": "^1.1.0",
"react-highlight": "^0.8.0",
"react-html5video": "^1.2.12",
"react-remarkable": "^1.1.1",
"react-router": "^2.6.1",
"remarkable": "^1.6.2",
"sequelize": "^3.24.0",
"video.js": "^5.10.8",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1"
}
}