forked from lugia-ysstech/lugia-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
{
"name": "@lugia/scaffolding-admin",
"version": "1.2.1",
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "lugia-scripts start",
"build": "lugia-scripts build",
"test": "lugia-scripts test -w"
},
"dependencies": {
"@lugia/lugia-web": "^1.1.5",
"@lugia/lugiax": "1.0.13",
"@lugia/lugiax-router": "^1.0.16",
"history": "4.9.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"styled-components": "4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lugia-ysstech/lugia-admin"
},
"homepage": "http://lugia.tech",
"license": "Apache License 2.0",
"devDependencies": {
"@lugia/mega-jest": "^1.3.1",
"@lugia/mega-scripts": "^1.4.2",
"babel-plugin-import": "1.12.0"
},
"files": [
"config",
"mock",
"portal",
"src",
"public",
"test",
".editorconfig",
"gitignore",
".npmignore",
"lugia.config.js",
"mock.config.js",
"README.md",
"yarn.lock"
],
"engines": {
"node": ">=10",
"npm": ">=5.2.0",
"yarn": ">=1.x"
}
}