-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
74 lines (74 loc) · 2.21 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "do-vue",
"version": "1.0.0",
"description": "Custom Vue templates & resources for DigitalOcean Community tools.",
"main": "src/cli.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint './src/**/*.{vue,js}'",
"lint:fix": "npm run test:eslint -- --fix",
"demo:init": "cd demo && node ../src/cli.js template",
"demo:dev": "npm run demo:init && cd demo && node ../src/cli.js dev ./src ./dev 8000",
"demo:build": "npm run demo:init && cd demo && node ../src/cli.js tool ./src ./dist",
"deploy:spaces:comment": "node ./src/cli.js comment do-vue"
},
"bin": {
"do-vue": "src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/do-community/do-vue.git"
},
"author": "DigitalOcean",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/do-community/do-vue/issues"
},
"homepage": "https://github.com/do-community/do-vue#readme",
"dependencies": {
"@svgr/webpack": "^8.1.0",
"assert": "^2.1.0",
"babel-loader": "^9.1.3",
"browserify-fs": "git+https://github.com/do-community/browserify-fs.git",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"jsdom": "^23.2.0",
"mini-css-extract-plugin": "^2.7.7",
"path-browserify": "^1.0.1",
"posthtml": "^0.16.6",
"posthtml-expressions": "^1.11.3",
"posthtml-extend": "^0.6.5",
"posthtml-loader": "^2.0.1",
"pretty-checkbox-vue": "^1.1.9",
"process": "^0.11.10",
"resolve-url-loader": "^5.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"stream-browserify": "3.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"util": "^0.12.5",
"vue": "^3.4.15",
"vue-loader": "^17.4.2",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-server": "^4.15.1",
"webpack-require-from": "^1.8.6",
"yaml-loader": "^0.8.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1"
},
"overrides": {
"pretty-checkbox-vue": {
"vue": "^3.0.0"
}
}
}