forked from slimkit/plus-small-screen-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·87 lines (87 loc) · 2.56 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
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "plus-component-h5",
"version": "1.0.0",
"description": "🌝The SPA of ThinkSNS+",
"main": "index.js",
"repository": "https://github.com/boxshadow/plus-component-web",
"author": "Seven <shiweidu@outlook.com>",
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"less": "^2.7.3",
"less-loader": "^4.0.3",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"sass-loader": "^6.0.3",
"url-loader": "^0.5.8",
"vue-loader": "^11.3.4",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.9.3",
"webpack-laravel-mix-manifest": "^1.0.3"
},
"dependencies": {
"animate.css": "^3.5.2",
"axios": "^0.16.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"dexie": "^2.0.0-beta",
"exif-js": "^2.2.1",
"exif-orient": "^0.0.5",
"github-markdown-css": "^2.8.0",
"highlight.js": "^9.12.0",
"iview": "^2.6.0",
"iview-loader": "^1.0.0",
"js-base64": "^2.1.9",
"js-md5": "^0.4.2",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"markdown-it-plus-image": "^1.0.1",
"mint-ui": "^2.2.9",
"piexifjs": "^1.0.3",
"pingpp-js": "^2.1.15",
"plus-editor.md": "^1.0.4",
"plus-message-bundle": "0.0.5",
"store": "^2.0.12",
"vue": "^2.3.4",
"vue-awesome-swiper": "^2.6.5",
"vue-cropperjs": "^2.1.0",
"vue-recyclist": "^1.0.8",
"vue-router": "^2.4.0",
"vue-scroller": "^2.2.0",
"vue-timeago": "^3.4.0",
"vue-wechat-title": "^2.0.4",
"vuex": "^2.3.1",
"vuex-router-sync": "^4.1.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --colors",
"watch": "npm run dev -- -w",
"hot": "cross-env NODE_ENV=development webpack-dev-server --hot --colors",
"dist": "cross-env NODE_ENV=production webpack --display-error-details --progress --colors"
},
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6",
"not ie <= 8"
]
}