-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "fancy-mini",
"version-1.x": "1.0.22",
"version-2.x": "2.0.10",
"description": "",
"main": "lib/index.js",
"files": [
"/lib/*",
"/lib-style/*",
"/components/*"
],
"scripts": {
"dev": "cross-env NODE_ENV=develop node scripts/compile",
"build": "cross-env NODE_ENV=production node scripts/compile",
"doc": "node scripts/doc",
"clean": "node scripts/clean",
"pub": "node scripts/publish",
"previewDev": "npm run compile && npm link"
},
"repository": {
"type": "git",
"url": "https://github.com/zhuanzhuanfe/fancy-mini.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/zhuanzhuanfe/fancy-mini",
"devDependencies": {
"babel-cli": "^6.26.0",
"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",
"commander": "^4.0.1",
"cross-env": "^6.0.3",
"docdash": "^1.1.1",
"jsdoc": "^3.6.3",
"jsdoc-escape-at": "^1.0.1",
"rimraf": "^3.0.0"
},
"dependencies": {},
"uni-app": {
"scripts": {}
}
}