-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 946 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 946 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
33
34
35
36
37
38
{
"name": "haltestellen-fahrplan",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^1.5.0",
"browser-sync": "^2.17.5",
"cheerio": "^0.22.0",
"cloudinary": "^1.2.4",
"connect-redis": "^3.1.0",
"dotenv": "^2.0.0",
"express-handlebars": "^3.0.0",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"handlebars": "^4.0.5",
"handlebars-intl": "^1.1.2",
"keystone": "^0.3.19",
"lodash": "^4.13.1",
"moment": "^2.10.6",
"node-sass": "^3.3.2",
"node-sass-middleware": "^0.9.7",
"redis-connection-pool": "^1.5.0",
"request": "^2.79.0",
"speakingurl": "^9.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^2.12.0",
"eslint-config-keystone": "^2.3.1",
"eslint-plugin-react": "^5.1.1",
"gulp-sass": "^2.3.2"
},
"scripts": {
"lint": "eslint .",
"start": "node keystone.js"
}
}