-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
52
53
54
55
56
57
{
"name": "silkcity-kitchen-web",
"version": "0.1.0",
"description": "Website for Silkcity Kitchen Meal Prep",
"scripts": {
"build": "next build",
"build:next": "next build",
"build:server": "babel server -d compiled/server",
"start": "NODE_ENV=production node server/app.js -p $PORT",
"dev": "node server/app.js",
"now": "now && now alias",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "next build"
},
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@material-ui/core": "3.3.2",
"@material-ui/icons": "3.0.1",
"@zeit/next-sass": "1.0.1",
"axios": "0.18.0",
"babel-loader": "^8.0.5",
"body-parser": "1.18.3",
"braintree": "2.13.1",
"braintree-web-react": "0.7.0",
"classnames": "2.2.6",
"dotenv": "6.0.0",
"dotenv-webpack": "1.5.7",
"express": "4.16.3",
"helmet": "3.13.0",
"jss": "9.8.7",
"morgan": "1.9.1",
"next": "7.0.2",
"node-sass": "4.9.3",
"nprogress": "0.2.0",
"prop-types": "15.6.2",
"react": "16.6.0",
"react-dom": "16.6.0",
"react-jss": "8.6.1",
"react-simple-icons": "1.0.0-beta.5",
"svg-reacticons": "0.3.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"babel-eslint": "9.0.0",
"babel-plugin-transform-define": "1.3.0",
"eslint": "5.6.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.1",
"nodemon": "1.18.7"
},
"author": "Manny Colon, [email protected]",
"license": "MIT"
}