-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 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
40
41
42
43
44
45
46
47
48
49
{
"name": "xpath-sandbox",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@emmetio/codemirror-plugin": "^1.2.4",
"@types/chai": "^4.2.11",
"@types/codemirror": "^5.60.0",
"@types/mocha": "^5.2.4",
"@types/node": "^15.12.2",
"@types/sax": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2",
"codemirror": "^5.61.1",
"copy-text-to-clipboard": "^3.0.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"posthtml": "^0.16.2",
"posthtml-beautify": "^0.7.0",
"sax-wasm": "^2.0.1",
"typescript": "~4.1.5",
"vue-codemirror": "^4.0.6",
"vue-template-compiler": "^2.6.11",
"xmldom-qsa": "^1.0.3",
"xpath": "0.0.32"
}
}