-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
76 lines (76 loc) · 2.17 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
{
"name": "undergraduate",
"version": "3.4.24",
"description": "NJUPT wechat app for undergraduate students",
"main": "dist/app.js",
"file": [
"src"
],
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"lint": "./node_modules/.bin/eslint --fix src/**",
"precommit": "lint-staged",
"format": "prettier-eslint --write *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreenPomelo/Undergraduate"
},
"bugs": {
"url": "https://github.com/GreenPomelo/Undergraduate/issues"
},
"keywords": [
"wechat-app"
],
"author": "GreenPomelo <[email protected]>",
"license": "AGPL",
"lint-staged": {
"*.{js,wpy}": [
"./node_modules/.bin/eslint --fix",
"git add"
]
},
"dependencies": {
"@types/crypto-js": "^3.1.43",
"crypto-js": "^3.1.9-1",
"qs": "^6.5.2",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-promise": "^0.5.3",
"stylus": "^0.54.5",
"we-rich": "^1.0.2",
"wepy": "^1.7.1",
"wepy-async-function": "^1.4.4",
"wepy-redux": "^1.5.3",
"wx-axios": "^0.0.7"
},
"devDependencies": {
"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-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.1.1",
"eslint": ">=4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.5.0",
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"prettier": "^1.7.4",
"prettier-eslint-cli": "^4.7.0",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-pug": "^1.4.7",
"wepy-compiler-stylus": "^1.3.10",
"wepy-eslint": "^1.5.2",
"wepy-plugin-autoprefixer": "^1.5.10",
"wepy-plugin-imagemin": "^1.5.2",
"wepy-plugin-uglifyjs": "^1.3.6"
},
"homepage": "https://qingyou.njupt.edu.cn"
}