forked from dscnitrourkela/project-icecream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
73
74
75
76
77
78
79
80
81
82
83
{
"name": "frameboi",
"private": true,
"description": "Profile Picture Frame Generator for HackNITR 3.0",
"version": "0.1.0",
"license": "MIT",
"keywords": [
"frameboi",
"generator",
"hacknitr",
"hackathon",
"website",
"react",
"react-konva",
"gatsby",
"tailwind",
"dscnitrourkela",
"nitrourkela"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prettier:fix": "npx prettier --write ./src",
"prettier:check": "npx prettier --check ./src",
"lint:fix": "npx eslint --fix 'src/**/*.{js,jsx,ts,tsx,json,md}'",
"lint:find": "npx eslint 'src/**/*.{js,jsx,ts,tsx,json,md}'"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^6.0.0-beta2",
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta2",
"@fortawesome/react-fontawesome": "^0.1.15",
"babel-polyfill": "^6.26.0",
"canvas": "^2.8.0",
"gatsby": "^3.6.2",
"gatsby-cli": "^3.12.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-styled-components": "^4.10.0",
"gatsby-transformer-sharp": "^3.14.0",
"konva": "^8.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fontawesome": "^1.7.1",
"react-helmet": "^6.1.0",
"react-konva": "^17.0.2-5",
"react-switch": "^6.0.0",
"styled-components": "^5.3.0",
"tailwindcss": "^2.2.2",
"tailwindcss-pseudo": "^1.0.3",
"twin.macro": "^2.5.0",
"use-image": "^1.0.8"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-postcss": "^4.7.1",
"postcss": "^8.3.5",
"prettier": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dscnitrourkela/project-icecream.git"
},
"bugs": {
"url": "https://github.com/dscnitrourkela/project-icecream.git"
}
}