-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "newcds",
"scripts": {
"query": "node bin/query.js",
"test": "nodemon run.js 3000",
"start": "node bin/main.js",
"initch": "chmod +x bin/* && bin/init.js",
"init": "node bin/init.js",
"build": "./node_modules/rollup/bin/rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p test autobuild"
},
"dependencies": {
"@ckeditor/ckeditor5-build-decoupled-document": "^11.2.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cuid": "^2.1.6",
"express": "^4.16.4",
"formidable": "^1.2.1",
"helmet": "^3.15.0",
"limax": "^1.7.0",
"mysql": "^2.16.0",
"nodemailer": "^6.0.0",
"nodemon": "^1.18.9",
"npm-run-all": "^4.1.3",
"objects-to-csv": "^1.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.88.0",
"rollup": "^0.66.2",
"rollup-copy-plugin": "^0.1.0",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-svelte": "^4.3.1",
"rollup-plugin-terser": "^3.0.0",
"svelte": "^2.13.5"
}
}