This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.61 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
{
"name": "redflower",
"version": "0.0.1",
"description": "connecting mentor and elite students with platform",
"main": "dist/app.js",
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"test": "node scripts/TestReport.js & mocha 'test/**/*.js' --compilers js:babel-core/register --reporter mochawesome --reporter-options reportDir=./test/TestReport,reportName=TestReport"
},
"author": "ACERY1 <[email protected]>",
"license": "MIT",
"dependencies": {
"js-base64": "^2.4.3",
"jsrsasign": "^8.0.6",
"moment": "^2.22.1",
"node-sass": "^4.8.3",
"qiniu-js": "^2.1.2",
"react-lazyload": "^2.3.0",
"wepy": "^1.6.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^5.0.0",
"mochawesome": "^3.0.2",
"mockjs": "^1.0.1-beta3",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-sass": "^1.3.12",
"wepy-eslint": "^1.5.3",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
}
}