forked from swiftlang/swift-docc-render
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "swift-docc-render",
"version": "0.1.0",
"main": "index.js",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "npm run test:unit && npm run lint && npm run test:license",
"test:license": "./bin/check-source",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "vue-cli-service test:unit --watch",
"lint": "vue-cli-service lint"
},
"files": [
"src",
"index.js",
"test-utils.js"
],
"dependencies": {
"core-js": "^3.8.2",
"highlight.js": "^11.0.0",
"intersection-observer": "0.12.0",
"portal-vue": "2.1.7",
"webpack-theme-resolver-plugin": "3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "1.0.0-beta.27",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.11.1",
"html-loader": "^1.3.2",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.0",
"vue": "2.6.14",
"vue-router": "^3.5.2",
"vue-template-compiler": "2.6.14"
},
"peerDependencies": {
"vue": "2.6.12",
"vue-router": "^3.4.9"
},
"engines": {
"node": "14.17.4",
"npm": "6.14.14"
}
}