-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
77 lines (77 loc) · 2.14 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
{
"name": "@hummer/hummer-front",
"version": "1.0.8",
"description": "@hummer/hummer-front",
"main": "dist/dokit.js",
"unpkg": "dist/index-browser.js",
"jsdelivr": "dist/index-browser.js",
"types": "dist/@types/index.d.ts",
"typings": "dist/@types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "NODE_ENV=production node ./script/build.js && npm run copy",
"dev": "node ./script/dev.js && npm run copy",
"dev:example": "npm run dev & npm run example",
"example": "node ./script/playground.js",
"comment": "npm run git -- 'commit-msg' so you can push and update by a auto way",
"git": "npm run build && git add . && git commit -m",
"release": "node ./script/release.js",
"copy": "copyfiles -u 1 './pages/index.html' './dist'"
},
"repository": {
"type": "git",
"url": "[email protected]:OrangeLab/hummer-front.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "ISC",
"dependencies": {
"@better-scroll/core": "^2.4.2",
"@tweenjs/tween.js": "^17.6.0",
"better-scroll": "^2.4.2",
"hammerjs": "^2.0.8",
"swiper": "7.0.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-strip": "^2.0.0",
"@types/hammerjs": "^2.0.39",
"@types/node": "^15.12.2",
"@types/resize-observer-browser": "^0.1.6",
"art-template": "^4.13.2",
"copyfiles": "^2.4.1",
"enquirer": "^2.3.6",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"node-sass": "^6.0.1",
"open": "^8.0.9",
"postcss": "^8.2.15",
"rollup": "^2.16.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.1",
"serve-handler": "^6.1.3",
"ts-node": "^10.0.0",
"typescript": "^3.9.9",
"yargs": "^16.2.0"
},
"keywords": [
"native_js",
"hybrid",
"appframework",
"javascript",
"webkit",
"jscore",
"html5",
"android",
"ios"
]
}