-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.43 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
{
"name": "buildarmy",
"version": "1.0.0",
"private": true,
"author": "Jordan Newland <[email protected]> (https://jenewland.me.uk/)",
"description": "Previously a WordPress and WooCommerce monolith, Buildarmy has been transformed into a headless e-commerce store utilising a modern open-source stack. Through hybrid rendering techniques and a decoupled architecture, the project achieves its goals of improved core web vitals and a better end-user experience for customers. Designed and developed in partial fulfilment of the requirements for the degree of BSc (Hons) Computing (Software Engineering) at The University of Northampton.",
"keywords": [
"graphql",
"website",
"next.js",
"react",
"assignment",
"student",
"dissertation",
"undergraduate",
"tailwindcss",
"headless-wordpress",
"headless-ecommerce",
"core-web-vitals",
"headless-woocommerce"
],
"license": "All Rights Reserved",
"repository": {
"type": "git",
"url": "[email protected]:jenewland1999/buildarmy.git"
},
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"deepmerge": "^4.2.2",
"dompurify": "^2.3.3",
"graphql": "^15.6.1",
"lodash": "^4.17.21",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spinners": "^0.11.0",
"react-toastify": "^8.0.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.2.0",
"@graphql-codegen/typescript": "^2.2.2",
"@graphql-codegen/typescript-operations": "^2.1.6",
"@graphql-codegen/typescript-react-apollo": "^3.1.4",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@types/dompurify": "^2.3.1",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.3.7",
"eslint": "^7.28.0",
"eslint-config-next": "^11.1.2",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3"
}
}