-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.28 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
{
"name": "poapper-homepage",
"version": "0.1.0",
"private": true,
"description": "PoApper Club Homepage",
"author": "PoApper",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write .",
"lint:css": "stylelint '**/*.{js,jsx,css,scss}' --fix",
"lint:js": "eslint '**/*.{js,jsx}' --fix",
"prepare": "husky install"
},
"dependencies": {
"@types/react-select": "^4.0.17",
"babel-plugin-styled-components": "^1.12.0",
"d3": "^7.0.0",
"d3-force": "^3.0.0",
"dotenv": "^8.6.0",
"gatsby": "^3.7.2",
"gatsby-image": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-page-creator": "^3.7.1",
"gatsby-plugin-preact": "^5.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sass": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-styled-components": "^4.7.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-source-graphql": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"korean-regexp": "^1.0.9",
"node-fetch": "^2.6.1",
"postcss": "^8.3.5",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"react": "^17.0.2",
"react-chrono": "^1.10.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-select": "^4.3.1",
"sass": "^1.35.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"babel-preset-gatsby": "^1.7.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
}
}