forked from AffluentSponges/sMart-web-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 791 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 791 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
31
32
{
"name": "affluentsponges",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"express": "^4.14.0",
"jsonwebtoken": "^7.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"semantic-ui-react": "^0.65.0",
"webpack": "^1.14.0"
}
}