-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 972 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 972 Bytes
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
{
"name": "daylio",
"version": "1.0.0",
"description": "weapp ",
"main": "index.js",
"dependencies": {},
"scripts": {
"start": "gulp --continue",
"dev": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yao-JSON/daylio.git"
},
"keywords": [
"weapp",
"wx"
],
"author": "YJSON",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yao-JSON/daylio/issues"
},
"homepage": "https://github.com/Yao-JSON/daylio#readme",
"devDependencies": {
"@types/lodash": "^4.14.123",
"autoprefixer": "^9.3.1",
"del": "^3.0.0",
"eslint": "^3.19.0",
"gulp": "^4.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.1",
"husky": "^2.3.0",
"less": "^3.9.0",
"lodash": "^4.17.11",
"typescript": "^3.1.6"
}
}