-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"devDependencies": {
"custom-react-scripts": "0.0.17"
},
"dependencies": {
"animate.css": "3.5.2",
"apollo-client": "^0.5.6",
"axios": "0.15.2",
"custom-react-scripts": "0.0.18",
"font-awesome": "4.6.3",
"graphql-tag": "^1.0.0",
"jquery": "3.1.1",
"lodash": "4.17.2",
"markdown-to-react-components": "^0.2.1",
"mobx": "2.6.2",
"mobx-react": "3.5.9",
"mobx-router": "0.0.7",
"react": "15.3.2",
"react-apollo": "^0.6.0",
"react-dom": "15.3.2",
"react-helmet": "3.2.2",
"react-in-markdown": "^0.0.2",
"styled-components": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "surge build/ http://kitze.io",
"bns": "npm run build && cd ./build && http-server",
"rename-index": "mv build/index.html build/200.html",
"bnd": "npm run build && npm run rename-index && npm run deploy"
}
}