-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.14 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
74
75
76
77
{
"name": "lobsterpages",
"version": "1.1.0",
"description": "Blog style web page for the team Almighty Lobsters",
"main": "index.js",
"scripts": {
"dev": "nodemon -e js,scss,ejs,json --watch src/ --ignore src/faviconsHeader.ejs index.js",
"build": "cross-env NODE_ENV=production node ./build.js",
"lint": "eslint ./src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlmightyLobsters/LobsterPages.git"
},
"engines": {
"node": "^16.0.0"
},
"keywords": [
"web",
"blog",
"cansat",
"react",
"lobsters"
],
"author": "James Bohacek <[email protected]>",
"contributors": [
"Vojtech Stepancik <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AlmightyLobsters/LobsterPages/issues"
},
"homepage": "https://almightylobsters.github.io/LobsterPages/",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"cross-env": "^3.1.3",
"eslint": "^3.12.2",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"express-winston": "^2.1.3",
"favicons": "^4.8.3",
"node-sass": "^7.0.0",
"nodemon": "^1.11.0",
"postcss": "^5.2.8",
"postcss-url": "^5.1.2",
"react-router-sitemap": "^1.0.8",
"webpack": "^1.14.0",
"winston": "^2.3.1"
},
"dependencies": {
"axios": "^0.15.3",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"basic-auth": "^1.1.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"cookie-signature": "^1.0.6",
"documentdb": "^1.10.1",
"ejs": "^2.5.5",
"express": "^4.14.0",
"express-fileupload": "^0.0.6",
"http-status-codes": "^1.1.6",
"prop-types": "^15.5.8",
"react": "^15.4.1",
"react-c3js": "^0.1.18",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"socket.io": "^1.7.3"
}
}