forked from Bozeman-Javascript/directory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 873 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 873 Bytes
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
{
"name": "bozeman-javascript-directory",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "0.1.0"
},
"dependencies": {
"axios": "^0.13.1",
"classnames": "^2.2.5",
"firebase": "^3.2.0",
"modernizr": "^3.3.1",
"modernizr-loader": "0.0.5",
"react": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"react-dom": "^15.2.1",
"react-fittext": "0.0.7",
"react-mixin": "^3.0.5",
"react-router": "^2.6.0",
"reactfire": "^1.0.0",
"replace": "^0.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"deploy":
"rm -rf build && react-scripts build && git add . && git commit -m 'Build and deploy' && git push origin --delete gh-pages && git subtree push --prefix build origin gh-pages"
}
}