-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 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": "fate_srd-website-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint:next": "next lint",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "./scripts/postInstall.sh"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/pro-duotone-svg-icons": "^6.5.2",
"@fortawesome/pro-light-svg-icons": "^6.5.2",
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
"@fortawesome/pro-thin-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fortawesome/sharp-light-svg-icons": "^6.5.2",
"@fortawesome/sharp-regular-svg-icons": "^6.5.2",
"@fortawesome/sharp-solid-svg-icons": "^6.5.2",
"breakpoint-sass": "^3.0.0",
"eslint-config-wesbos": "^4.0.1",
"fate-product-list": "github:fate-srd/fate-product-list",
"fathom-client": "^3.7.0",
"next": "14.2.4",
"next-drupal": "^1.6.0",
"next-sitemap": "^4.2.3",
"normalize.css": "^8.0.1",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-papaparse": "^4.4.0",
"sass": "^1.77.6",
"sharp": "^0.33.5",
"universal-cookie": "^7.1.4"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"autoprefixer": "^10",
"eslint": "^9",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3"
}
}