-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "drop",
"version": "0.0.1",
"description": "Progressive XR application",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "node server",
"lint": "semistandard -v | snazzy",
"seed": "node seed.js",
"postinstall": "npm run build"
},
"repository": "projectSasquatchHunter/backend",
"license": "MIT",
"semistandard": {
"ignore": [
"**/vendor/**"
]
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.50",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-es2017": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"axios-mock-adapter": "^1.15.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"circular-json": "^0.5.7",
"cross-env": "^2.0.1",
"css-loader": "^1.0.0",
"eslint": "^4.12.1",
"json-loader": "^0.5.7",
"regenerator": "^0.13.2",
"semistandard": "^9.0.0",
"snazzy": "^4.0.1",
"spritesheet-js": "^1.2.6",
"style-loader": "^0.23.0",
"webpack": "^2.7.0",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"aframe-xr": "0.0.11",
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"compression": "^1.7.3",
"connect-session-sequelize": "^5.2.2",
"crypto": "^1.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"morgan": "^1.9.1",
"navigo": "^7.1.2",
"nouislider": "^12.0.0",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"rangeslider.js": "^2.3.2",
"sequelize": "^4.39.0",
"socket.io": "^2.1.1"
}
}