forked from FAForever/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
{
"name": "website",
"version": "1.7.0",
"private": true,
"dependencies": {
"accept-language-parser": "1.5.0",
"async": "3.2.1",
"autoprefixer": "10.3.4",
"awesomplete": "1.1.5",
"body-parser": "1.19.0",
"bootstrap-switch": "3.4.0",
"bootstrap-validator": "0.11.9",
"chart.js": "3.5.1",
"client-oauth2": "4.3.3",
"cors": "2.8.5",
"crypto-js": "4.1.1",
"dotenv": "10.0.0",
"express": "4.17.1",
"express-session": "1.17.2",
"express-validator": "6.12.1",
"fullcalendar": "5.9.0",
"github-api": "3.4.0",
"highcharts": "9.2.2",
"html-ellipsis": "1.1.1",
"json-api-models": "^0.1.0-beta.4",
"json2csv": "5.0.6",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"passport": "0.4.1",
"passport-openidconnect": "^0.0.2",
"pug": "3.0.2",
"request": "2.88.2",
"showdown": "1.9.1",
"underscore": "1.13.1",
"wpapi": "1.2.2"
},
"devDependencies": {
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-concurrent": "3.0.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify-es": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-express-server": "0.5.4",
"grunt-nodemon": "0.4.2",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
"jshint-stylish": "2.2.1",
"load-grunt-config": "4.0.1",
"load-grunt-tasks": "5.1.0",
"node-sass": "6.0.1",
"node-sass-middleware": "0.11.0",
"open": "8.2.1",
"time-grunt": "2.0.0"
},
"engines": {
"node": ">=12.13.0",
"npm": ">=6.12.0"
},
"scripts": {
"start": "node express.js"
},
"main": "express.js"
}