-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "ams-dev",
"version": "2.0.0",
"description": "![AMS Logo](https://assets.ysjournal.com/img/article-management.png)",
"main": "webpack.config.js",
"dependencies": {
"babel-loader": "^8.0.4",
"babel-plugin-array-includes": "^2.0.3",
"babel-polyfill": "^6.26.0",
"base64url": "^3.0.1",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.6.0",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.7.7",
"es6-template-string-loader": "^2.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^3.3.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-prettier": "^2.7.0",
"express-session": "^1.15.6",
"googleapis": "^36.0.0",
"html-loader": "^0.5.5",
"jspolyfill-array.prototype.findIndex": "^0.1.0",
"memcache": "^0.3.0",
"memory-cache": "^0.2.0",
"mersenne-twister": "^1.1.0",
"nodemon": "^1.18.9",
"npm": "^6.9.0",
"pg": "^7.8.0",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"prettier": "^1.15.2",
"search-query-parser": "^1.4.1",
"search-string": "^3.1.0",
"template-string-loader": "^0.0.4",
"uuid-token-generator": "^1.0.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.3.1",
"wordpress": "^1.4.1"
},
"devDependencies": {},
"scripts": {
"start": "node src/server/webapp.js",
"dev": "nodemon src/server/webapp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngscientists/article-management.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/youngscientists/article-management/issues"
},
"homepage": "https://github.com/youngscientists/article-management#readme"
}