-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 838 Bytes
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": "karagame",
"version": "0.1.0",
"private": true,
"scripts": {
"server": "json-server db.json -w 500 -p 3333",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"axios": "^0.21.1",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"next": "10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "^1.35.1",
"scheduler": "^0.20.2",
"use-context-selector": "^1.3.7"
},
"devDependencies": {
"@types/jquery": "^3.5.6",
"@types/js-cookie": "^2.2.6",
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"json-server": "^0.16.3",
"typescript": "^4.2.4"
}
}