-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"name": "collection-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"docs": "curl https://raw.githubusercontent.com/laravel/docs/5.8/collections.md > ./src/docs/collections.md",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"autoprefixer": "^9.6.1",
"axios": "^0.21.1",
"bowser": "^2.6.1",
"code-mirror-themes": "^1.0.0",
"core-js": "^2.6.5",
"file-saver": "^2.0.2",
"highlight.js": "^10.4.1",
"lodash": "^4.17.19",
"markdown-loader": "^5.1.0",
"marked": "^4.0.10",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.0.3",
"vue-simple-spinner": "^1.2.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"html-loader": "^0.5.5",
"node-sass": "^4.13.1",
"sass-loader": "^7.2.0",
"tailwindcss": "^1.1.2",
"vue-template-compiler": "^2.6.10"
}
}