-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.13 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
{
"name": "feup-asso",
"version": "1.0.0",
"description": "To develop an application that supports the creation and execution of Information Security Recipes. The base unit of computation in this application is a Task. \r Tasks are comprised of:",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"nodemon\" \"webpack --mode development --watch\" \"tsc --watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/julietafrade97/feup-asso.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/julietafrade97/feup-asso/issues"
},
"homepage": "https://github.com/julietafrade97/feup-asso#readme",
"dependencies": {
"@types/node": "^12.0.8",
"express": "^4.16.4",
"material-components-web": "^2.2.0",
"vis": "^4.21.0"
},
"devDependencies": {
"concurrently": "^4.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"esmify": "^2.1.1",
"nodemon": "^1.19.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}