forked from desmos-labs/primer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "desmos-primer",
"version": "0.1.0",
"description": "Desmos Primer Program",
"main": "index.js",
"scripts": {
"docs:serve": "vuepress dev",
"docs:build": "vuepress build",
"build-scripts": "npx tsc",
"check-txs": "node --require @babel/register dist/check-txs.js",
"publish-data": "node --require @babel/register dist/publish-data.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@vuepress/plugin-google-analytics": "^1.5.4",
"lodash": "^4.17.20",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",
"typescript": "^4.0.3",
"vuepress": "^1.5.4"
},
"dependencies": {
"@babel/register": "^7.10.5",
"axios": "^0.19.2",
"jquery-csv": "^1.0.11",
"node-fetch": "^2.6.1",
"node-postgres": "^0.6.2",
"pg": "^8.3.3",
"sprintf-js": "^1.1.2",
"vuepress-plugin-latex": "^0.1.3",
"yargs": "^15.4.1"
}
}