-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 973 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
33
{
"name": "search-engine-final-presentation",
"version": "1.0.0",
"description": "The final presentation of the search engine to finish the lab.",
"main": "src/index.js",
"scripts": {
"start": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mam10eks/search-homepage-of-university-leipzig.git"
},
"author": "Maik Fröbe",
"license": "ISC",
"bugs": {
"url": "https://github.com/mam10eks/search-homepage-of-university-leipzig/issues"
},
"homepage": "https://github.com/mam10eks/search-homepage-of-university-leipzig#readme",
"dependencies": {
"impress.js": "^1.0.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"html-loader": "^0.5.5",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}