-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.33 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
50
51
52
53
54
55
{
"name": "note-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "npm run serve"
},
"dependencies": {
"axios": "^0.21.0",
"core-js": "^3.7.0",
"onsenui": "^2.11.1",
"pluralize": "^8.0.0",
"v-calendar": "^0.9.7",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-cropper": "^0.5.5",
"vue-onsenui": "^2.6.2",
"vue-property-decorator": "^9.0.2",
"vue-touch": "^2.0.0-beta.4",
"vue2-editor": "^2.10.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.5.1",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@types/pluralize": "0.0.29",
"@types/quill": "^2.0.4",
"@types/vue2-editor": "^2.6.1",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-plugin-vue": "^7.1.0",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"serialize-javascript": "^5.0.1",
"typescript": "~4.0.5",
"vue-template-compiler": "^2.6.12"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"Android >= 4.0"
]
}