-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "sc-website",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Joshua Small <[email protected]>",
"license": "ISC",
"engines": {
"node": "6.7.0"
},
"dependencies": {
"aws-sdk": "^2.79.0",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"knex": "^0.13.0",
"masonry-layout": "^4.2.0",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"pg": "^6.4.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-masonry-component": "^5.0.7",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"uglify-js-brunch": "^2.10.0"
}
}