-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "dev-dad",
"private": true,
"version": "0.0.1",
"author": "Cha Sung Won <[email protected]>",
"bugs": {
"url": "https://github.com/bluewings/dev-dad/issues"
},
"homepage": "https://bluewings.github.io/",
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/bluewings/dev-dad.git"
},
"scripts": {
"format": "prettier --write '{gatsby-*.js,src/**/*.{js,jsx,ts,tsx,json,css,scss},content/**/*.{js,jsx,ts,tsx,json,css,scss}}'",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r https://github.com/bluewings/bluewings.github.io.git -b master",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"antd": "^4.2.0",
"bootstrap": "^4.4.1",
"d3": "^5.15.1",
"d3-scale": "^3.2.1",
"gatsby": "^2.20.12",
"gatsby-plugin-bluewings": "^0.3.62",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-sitemap": "^2.3.1",
"gh-pages": "^2.2.0",
"korean-regexp": "^1.0.5",
"node-sass": "^4.13.1",
"prettier": "^2.0.2",
"pretty": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-firebase-hooks": "^2.1.1",
"react-scaled-content": "^0.1.2",
"react-textarea-autosize": "^7.1.2",
"react-warp-text": "^0.1.11",
"use-immer": "^0.3.5",
"warpjs": "^1.0.8"
}
}