-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1021 Bytes
/
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
{
"name": "drive-thru-app",
"version": "0.1.0",
"description": "A drive thru order app",
"homepage": "http://mapleandpine.github.io/drive-thru-app",
"main": "index.js",
"repository": "[email protected]:mapleandpine/drive-thru-app.git",
"author": "Nic Marson",
"private": true,
"license": "UNLICENSED",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.0",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"mocha": "^3.4.2",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-scripts": "1.0.10",
"react-test-renderer": "^15.6.1",
"sinon": "^2.4.1",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.0.0"
}
}