-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "@zcorky/mars",
"version": "1.0.20",
"main": "lib/index.js",
"author": "zero",
"license": "MIT",
"scripts": {
"start": "umi dev",
"build": "rimraf lib && babel components --out-dir lib",
"prepublish": "npm run build"
},
"dependencies": {
"@zcorky/react-gallery": "0.0.6",
"xss": "^0.3.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"dva": "^2.1.0",
"elfen": "^2.0.3",
"elfen-component-beautiful-scrollbar": "^0.0.1",
"elfen-component-page": "^0.0.3",
"elfen-component-simulator": "^0.0.2",
"nanoid": "^1.0.2",
"rimraf": "^2.6.2",
"styled-components": "^3.3.3",
"umi": "^1.0.4",
"umi-plugin-dva": "^0.2.0"
},
"files": [
"lib",
"package.json",
"yarn.lock"
],
"publishConfig": {
"access": "public"
}
}