forked from lugia-ysstech/lugia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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": "lugia-site",
"version": "1.0.1",
"private": true,
"dependencies": {
"@lugia/lugia-web": "^1.1.7",
"@lugia/lugiax": "^1.0.13",
"@lugia/lugiax-router": "^1.0.16",
"clipboard": "^2.0.4",
"highlight.js": "^9.13.1",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"marked": "^0.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-highlight": "^0.12.0",
"styled-components": "4.2.0"
},
"scripts": {
"lintfix": "eslint --fix ./src",
"create": "node ./src/widgets/create.js && npm run lintfix",
"start": "lugia-scripts start",
"build": "lugia-scripts build",
"test": "lugia-scripts test -w",
"flow": "flow",
"flow-typed": "flow-typed",
"reset-flow-typed": "npx shx rm -rf flow-typed/npm && flow-typed install --overwrite || true"
},
"devDependencies": {
"@lugia/mega-scripts": "^1.3.53",
"ali-oss": "^6.1.1",
"babel-jest": "23.4.2",
"babel-plugin-import": "^1.11.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"flow": "^0.2.3",
"flow-bin": "^0.87.0",
"flow-typed": "^2.5.1",
"prettier": "^1.18.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.5",
"react-test-renderer": "^16.8.6",
"replace-in-file": "^4.2.0"
}
}