-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "vue3-prism",
"author": "321paranoiawhy",
"version": "0.1.4",
"description": "A project for displaying more beautiful and elegant code block in website based in Vue 3 and Prism.js.",
"private": false,
"keywords": [
"vue3",
"prism",
"component",
"elegant"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/321paranoiawhy/Vue3-Prism.git"
},
"bugs": {
"url": "https://github.com/321paranoiawhy/Vue3-Prism/issues"
},
"homepage": "https://github.com/321paranoiawhy/Vue3-Prism#readme",
"scripts": {
"s": "vue-cli-service serve",
"b": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name Vue3Prism --dest lib src/index.js"
},
"dependencies": {
"core-js": "^3.8.3",
"prismjs": "^1.28.0",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
}
}