-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·32 lines (32 loc) · 985 Bytes
/
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
{
"name": "reactjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"help": "node printhelp.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "lite-server -c bs-config.json",
"presentation": "lite-server -c bs-config.json",
"generatelabs": "pdfgenerator ./_labs",
"updateslides": "node updateslides.js",
"push": "node push.js",
"all": "npm run generatelabs && npm run push && npm run updateslides && npm run presentation"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:10022/kenniscentrum/REACTJS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.rhea.infosupport.net/kenniscentrum/REACTJS/issues"
},
"homepage": "https://gitlab.rhea.infosupport.net/kenniscentrum/REACTJS",
"dependencies": {
"express": "^4.16.4",
"immutability-helper": "^2.7.1",
"lite-server": "^2.2.0"
}
}