-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.33 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
{
"name": "tunisian-js-community",
"version": "0.1.0",
"description": "Tunisian JS-Community Official Site 〽️.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"keywords": [
"javascript-tunisian",
"js-community",
"javascript",
"tunisia",
"tunis"
],
"license": "MIT",
"author": "[email protected]",
"contributors": [
{
"name": "Imed Jaberi",
"email": "[email protected]",
"url": "https://www.3imed-jaberi.com/"
},
{
"name": "Heithem Moumni",
"email": "[email protected]",
"url": "https://heithem.wtf/"
}
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reach/tabs": "^0.17.0",
"bootstrap": "^5.0.1",
"next": "^12.3.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"sass": "^1.32.13"
},
"homepage": "https://js-community.tn/",
"repository": {
"type": "git",
"url": "git+https://github.com/TunisianJS/tunisianjs.github.io.git"
},
"bugs": {
"url": "https://github.com/TunisianJS/tunisianjs.github.io/issues",
"email": "[email protected]"
}
}