-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.28 KB
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": "web",
"description": "Source code for Project Caelus' website",
"version": "1.0.0",
"author": "Project Caelus",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@sanity/block-content-to-react": "^2.0.7",
"dotenv": "^8.2.0",
"formik": "^2.1.5",
"gatsby": "^2.32.13",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.13",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-postcss": "^2.1.20",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.6.21",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-sanity": "^5.0.6",
"gatsby-transformer-sharp": "^2.12.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.11.0",
"react-responsive-carousel": "^3.2.9",
"typescript": "^3.9.7",
"vertical-timeline-component-for-react": "^1.0.7"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write \"**/*.{css,js,jsx,json,md}\"",
"fix": "npm run fix:lint && npm run fix:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"autoprefixer": "9.7.4",
"babel-eslint": "10.0.3",
"cssnano": "4.1.10",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "1.19.1",
"tailwindcss": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ProjectCaelus/website"
},
"bugs": {
"url": "https://github.com/ProjectCaelus/website/issues"
}
}