forked from desmos-labs/primer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 890 Bytes
/
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
{
"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": "babel .scripts -s -d dist",
"gather-data": "node dist/gather-data.js",
"upload-data": "node dist/upload-data.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@vuepress/plugin-google-analytics": "^1.2.0",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"markdown-it-meta": "0.0.1",
"vuepress": "^1.2.0"
},
"dependencies": {
"@babel/cli": "^7.8.3",
"axios": "^0.19.0",
"node-fetch": "^2.6.0",
"vuepress-plugin-latex": "^0.1.3",
"yargs": "^15.1.0"
}
}