forked from treadpit/wx_calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "wx_calendar",
"version": "1.0.1",
"description": "one small calendar demo",
"main": "app.js",
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-debug": "^3.2.0",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-config-wxss": "^2.4.0",
"stylelint-no-z-index": "^1.1.2"
},
"scripts": {
"build": "rm -rf dist && gulp",
"dev": "gulp watch",
"lint": "eslint src && stylelint \"src/**/*.wxss\"",
"fix": "eslint src --fix && stylelint \"src/**/*.wxss\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treadpit/wx_calendar.git"
},
"keywords": [
"wx-app"
],
"author": "treadpit",
"license": "MIT",
"bugs": {
"url": "https://github.com/treadpit/wx_calendar/issues"
},
"homepage": "https://github.com/treadpit/wx_calendar#readme"
}