-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "react-wedding-card",
"description": "Simple Wedding Card by React.js",
"homepage": "https://uyu423.github.io/react-wedding-card",
"repository": {
"type": "git",
"url": "git+https://github.com/uyu423/react-wedding-card.git"
},
"author": "Yu Yongwoo",
"version": "1.0.0",
"private": true,
"dependencies": {
"bootstrap": "4.0.0-beta.2",
"gh-pages": "^1.1.0",
"moment": "^2.19.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^9.4.2",
"react-helmet": "^5.2.0",
"react-image-gallery": "^0.8.6",
"react-scripts": "1.0.17",
"reactstrap": "^5.0.0-alpha.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1"
}
}