-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "coursebook-ui",
"version": "0.0.0",
"description": "",
"scripts": {
"lint": "standard",
"test": "npm run lint",
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"analyze": "ANALYZE=1 next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunoda/coursebook-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arunoda/coursebook-ui/issues"
},
"homepage": "https://github.com/arunoda/coursebook-ui#readme",
"dependencies": {
"babel-plugin-transform-define": "^1.2.0",
"babel-root-import": "^4.1.5",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"hoist-non-react-statics": "^1.2.0",
"js-cookie": "^2.1.3",
"js-cookies": "^1.0.4",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1",
"markd": "^1.2.0",
"marked": "^0.3.6",
"mitt": "^1.0.1",
"next": "beta",
"nprogress": "^0.2.0",
"podda": "^1.2.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-disqus-comments": "^0.5.2",
"react-dom": "^15.5.4",
"react-highlight": "^0.9.0",
"recompose": "^0.21.2"
},
"engines": {
"node": "6.x.x"
},
"devDependencies": {
"standard": "^8.6.0",
"webpack-bundle-analyzer": "^2.8.2"
}
}