-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.15 KB
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
{
"name": "finally-comments",
"version": "0.12.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "parcel watch src/js/thread.js src/js/default.js src/js/finally-button.js",
"build": "parcel build src/js/thread.js src/js/default.js src/js/finally-button.js"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"body-parser": "^1.18.3",
"bulma": "^0.7.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"dompurify": "^2.3.5",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-sanitize-escape": "^1.1.0",
"express-session": "^1.15.6",
"finallycomments": "^0.4.0",
"iframe-resizer": "^3.6.2",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"mongodb": "^3.1.6",
"morgan": "^1.9.1",
"parcel-bundler": "^1.10.2",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.5",
"showdown": "^1.8.6",
"steem": "^0.6.6",
"steemconnect": "^3.0.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"sass": "^1.49.7"
},
"browserslist": [
"last 1 Chrome version"
]
}