forked from HardCodeCoders/TVShowQuiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 992 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
34
35
36
37
38
39
{
"name": "tv_show_quiz",
"version": "1.0.0",
"description": "Implementacja projektu w ramach kursu programowania CodersCamp",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "webpack-dev-server --watch",
"build": "webpack --mode production",
"build:w": "webpack --mode production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TenGosc007/TVShowQuiz.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TenGosc007/TVShowQuiz/issues"
},
"homepage": "https://github.com/TenGosc007/TVShowQuiz#readme",
"devDependencies": {
"file-loader": "^4.2.0",
"node-sass": "^4.13.0",
"prettier": "1.18.2",
"sass-loader": "^8.0.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"axios": "^0.21.1",
"css-loader": "^3.2.0",
"normalize.css": "^8.0.1"
}
}