-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "vueformulate.com",
"repository": {
"type": "git",
"url": "[email protected]:wearebraid/vueformulate.com.git"
},
"author": "Justin Schroeder <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "npx vuepress dev docs",
"build": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider vuepress build docs"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.3",
"@gerhobbelt/markdown-it-attrs": "^3.0.3-20",
"axios": "^0.21.1",
"jshint": "^2.12.0",
"sass": "^1.38",
"v-tooltip": "^2.0.3",
"vue-clickaway": "^2.2.2",
"vue-client-only": "^2.0.0",
"vue-codemirror": "^4.0.6",
"vue-cookies": "^1.7.4",
"vue-github-button": "^1.2.0",
"vue-live": "1.14.0",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.6.0",
"is-plain-object": "^3.0.1",
"is-url": "^1.2.4",
"nanoid": "^2.1.11",
"sass-loader": "^10",
"vuepress": "^1.6.0",
"vuepress-plugin-live": "^1.6.0"
}
}