-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.01 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@coderscamp2021/project-javascript-harrypottersquiz",
"version": "1.0.0",
"scripts": {
"start": "parcel index.html --no-cache",
"prebuild": "rimraf dist",
"build": "parcel build ./index.html --public-url ./",
"clean": "rimraf .cache && rimraf dist && rimraf node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CC2021-WBL/Project-I.git"
},
"keywords": [
"coderscamp2021",
"harrypotterquiz"
],
"author": {
"name": "CodersCamp2021",
"email": "kontakt@coderscrew.pl",
"url": "https://github.com/CodersCamp2021"
},
"contributors": [
{
"name": "Katarzyna Chmielecka",
"url": "https://github.com/KatarzynaChmielecka"
},
{
"name": "Alicja Kondrat",
"url": "https://github.com/pierwszazlewej"
},
{
"name": "Monika Krella",
"url": "https://github.com/MonikaKrella"
},
{
"name": "Tomasz Skrętkowski",
"url": "https://github.com/n0macx"
},
{
"name": "Adam Smycz",
"url": "https://github.com/Smyku6"
},
{
"name": "Robert Soldynski",
"url": "https://github.com/RobertS-ki"
},
{
"name": "Weronika Boszko Lucena",
"url": "https://github.com/vieraboschkova"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/CC2021-WBL/Project-I/issues"
},
"homepage": "https://github.com/CC2021-WBL/Project-I/#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@parcel/transformer-sass": "^2.0.1",
"@swc/helpers": "^0.3.2",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"parcel": "^2.0.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}