-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 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
45
46
47
48
{
"name": "articleous",
"description": "here we go let's go with the flow",
"version": "0.0.1",
"engines": {
"node": "14.3.x"
},
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"dependencies": {
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"compression": "^1.7.1",
"connect-ensure-login": "^0.1.1",
"dotenv": "^8.2.0",
"express-session": "^1.17.1",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"polka": "next",
"redis": "^3.0.2",
"sirv": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"npm-run-all": "^4.1.5",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-svelte": "^5.2.2",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.13",
"svelte": "^3.22.3"
}
}