forked from cerebral/overmind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 992 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 992 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
35
36
37
38
39
40
{
"name": "overmind-website",
"private": true,
"version": "1.0.0",
"description": "Overmind website",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"repository": "git+https://github.com/cerebral/overmind.git",
"scripts": {
"start": "node backend/index",
"dev": "concurrently \"node backend/index.js\" \"webpack-dev-server --port 4000 --mode development --hot --inline\"",
"build": "webpack --mode=production",
"now-build": "npm run build",
"typecheck": "tsc --noEmit",
"prepare": "npm run build",
"posttest": "npm run typecheck"
},
"engines": {
"node": "10.15.1"
},
"keywords": [
"overmind",
"demo"
],
"dependencies": {
"axios": "^0.18.0",
"emotion": "^9.2.12",
"express": "^4.16.3",
"install": "^0.12.1",
"marksy": "^6.1.0",
"npm": "^6.3.0",
"overmind-react": "next",
"page": "^1.8.6",
"prismjs": "^1.15.0",
"query-string": "^6.2.0"
},
"devDependencies": {
"@types/node": "^10.12.21"
}
}