This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
62 lines (62 loc) · 1.9 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
{
"name": "@slimkit/plus-small-screen-client",
"private": true,
"version": "4.1.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"pages:deploy": "npm run pages:predeploy && gh-pages -d dist -m \"chore: Build SPA & Update assets.\" -t",
"pages:predeploy": "npm run build && npm run pages:build-404-html",
"pages:build-404-html": "node scripts/build-github-pages-404.js",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.18.0",
"c-swipe": "^2.1.0",
"cropperjs": "^1.4.1",
"crypto-js": "^3.1.9-1",
"dexie": "^2.0.4",
"easemob-websdk": "1.4.15",
"github-markdown-css": "^2.10.0",
"headroom.js": "^0.9.4",
"js-md5": "^0.7.3",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"markdown-it-plus-image": "^1.0.1",
"photoswipe": "^4.1.2",
"plus-message-bundle": "^1.0.2",
"register-service-worker": "^1.5.2",
"strophe.js": "^1.2.16",
"underscore": "^1.9.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"weixin-js-sdk": "^1.3.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-plugin-pwa": "^3.0.3",
"@vue/cli-plugin-unit-jest": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-prettier": "^3.0.3",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"conventional-changelog-cli": "^2.0.5",
"gh-pages": "^1.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"postcss-px2rem": "^0.3.0",
"strip-css-comments": "^3.0.0",
"vue-template-compiler": "^2.5.17"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"Safari 6"
]
}