-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 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
{
"name": "index-differ",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --openssl-legacy-provider",
"build": "vue-cli-service build --openssl-legacy-provider",
"start": "node server.js",
"lint": "vue-cli-service lint --openssl-legacy-provider"
},
"dependencies": {
"algolia-filters-js-syntax-validator": "^1.0.2",
"algoliasearch": "^4.1.0",
"chart.js": "^2.8.0",
"common": "^0.0.0",
"decode-uri-component": "^0.2.0",
"dedent": "^0.7.0",
"diff": "^4.0.1",
"diff2html": "^3.4.5",
"moment": "^2.24.0",
"prismjs": "^1.15.0",
"serve-static": "^1.13.2",
"vue": "^3.0",
"vue-chartjs": "^3.4.2",
"vue-input-autowidth": "^1.0.3",
"vue2-brace-editor": "^2.0.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@types/diff": "^5.2.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"yaml-loader": "^0.8.1"
},
"browserslist": [
"last 2 years"
]
}