-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.47 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
{
"name": "ceramic-arts",
"version": "1.0.0",
"description": "<section align=\"center\">\r <img src=\"https://github.com/FreudCat/ceramic-arts/blob/main/assets/readme-images/transparent-octo.png\" alt=\"\" height=\"451\" width=\"388\"/>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass -w scss/custom.scss -o src --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreudCat/ceramic-arts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FreudCat/ceramic-arts/issues"
},
"homepage": "https://github.com/FreudCat/ceramic-arts#readme",
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"bootstrap": "^5.1.3",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gatsby": "^4.12.1",
"gatsby-cli": "^4.12.1",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-refresh": "^0.9.0",
"styled-components": "^5.3.5"
}
}