-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "agilepro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"build": "webpack -w -p --progress",
"test": "jasmine.js Selenium/Tests/WebsiteUpload.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gali1998/Agilepro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gali1998/Agilepro/issues"
},
"homepage": "https://github.com/gali1998/Agilepro#readme",
"devDependencies": {
"@types/react": "16.8.12",
"@types/react-dom": "16.8.3",
"html-webpack-plugin": "3.2.0",
"selenium-webdriver": "4.0.0-alpha.1",
"ts-loader": "5.3.3",
"ts-node": "8.1.0",
"tslint": "5.15.0",
"tslint-webpack-plugin": "2.0.4",
"typescript": "3.4.1",
"typings": "2.1.1",
"webpack": "4.29.6",
"webpack-cli": "3.3.1",
"webpack-dev-server": "3.2.1"
},
"dependencies": {
"compression": "1.7.4",
"cors": "2.8.5",
"css-loader": "2.1.1",
"express": "4.16.4",
"node-sass": "4.12.0",
"path": "0.12.7",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-router-dom": "5.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1"
}
}