-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 3.04 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "PhageDirectory3",
"version": "3.0.0",
"description": "Phage Directory main site",
"author": "Jan Zheng <[email protected]>",
"private": true,
"scripts": {
"commit": "git add . -A ; git commit ; git push origin master ",
"dirty": "git add . -A ; git commit ; git push origin master ",
"prod": "git add . -A ; git commit ; git push origin deploy ",
"deploydirty": "git add . -A ; git commit ; git push origin deploy --force ",
"local": "PD_ENV=prod MODE=universal npm run build; npm run start",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"prev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt preview",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt build",
"analyze": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt build --a",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt start",
"generate": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt generate",
"vcbuild": "export NODE_OPTIONS=--openssl-legacy-provider && vercel build --prod; ",
"vcprebuilt": "vc --prebuilt",
"-------": "use these — Vercel is now simplified just to use native cmds",
"nowprod": "now --prod",
"stagelocal": "now deploy --prebuilt",
"stage": "now"
},
"dependencies": {
"async-limiter": "1.0.1",
"axios": "0.18.0",
"babel-runtime": "6.26.0",
"coeur": "0.2.313",
"core-js": "3.6.1",
"cors": "2.8.5",
"cytosis": "0.0.351",
"dayjs": "1.8.13",
"markdown-it": "8.4.2",
"markdown-it-attrs": "2.3.3",
"node-cache": "5.1.2",
"node-fetch": "2",
"node-sass": "9.0.0",
"nodemon": "1.18.11",
"nuxt": "2.16.2",
"nuxt-leaflet": "0.0.18",
"oibackoff": "1.0.1",
"sanitize-html": "1.20.1",
"sass": "^1.34.1",
"sass-loader": "^10.0.2",
"slugify": "1.3.4",
"vue": "2.6.12",
"vue-scrollto": "^2.20.0",
"vue-segment-analytics": "0.3.1",
"vue-template-compiler": "2.6.12",
"vue2-scrollspy": "^2.3.1",
"vuelidate": "0.7.4",
"vuex": "3.4.0",
"@babel/core": "^7.22.19",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-arrow-functions": "7.0.0",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-optional-chaining": "^7.22.5",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/plugin-transform-typeof-symbol": "7.0.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.15",
"@babel/runtime": "7.22.15",
"@nuxt/core": "2.17.0",
"@nuxtjs/dotenv": "1.4.0",
"@nuxtjs/manifest": "3.0.0-beta.14",
"@nuxtjs/markdownit": "1.2.7",
"@nuxtjs/robots": "2.4.2",
"dotenv": "8.1.0",
"vue-server-renderer": "2.6.12"
},
"devDependencies": {
}
}