-
Notifications
You must be signed in to change notification settings - Fork 222
/
package.json
50 lines (50 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
46
47
48
49
50
{
"name": "gaea-editor",
"version": "2.3.26",
"description": "",
"main": "dist/main",
"types": "declaration/index.d.ts",
"scripts": {
"start": "pri dev",
"build": "pri build",
"preview": "pri preview",
"posttest": "codecov -f coverage/*.json -t c5e24697-a432-447e-81ab-2a642de423c2",
"analyse": "pri analyse",
"test": "pri test",
"lint": "pri lint",
"prettier": "prettier --write './src/**/*.?(ts|tsx)'",
"format": "pri lint",
"docs": "pri docs",
"bundle": "pri bundle",
"prepublishOnly": "npm run build && npm run bundle --skipLint",
"publish": "pri publish"
},
"peerDependencies": {},
"dependencies": {
"@babel/runtime": "^7.0.0",
"antd": "3.16.1",
"dob": "^2.5.10",
"dob-react": "^2.4.17",
"gaea-basic-components": "^1.1.2",
"gaea-render": "^1.0.18",
"keymaster": "^1.6.2",
"lodash": "^4.17.11",
"react-color": "^2.14.1",
"sortablejs": "^1.7.0",
"styled-components": "^4.1.1"
},
"devDependencies": {
"pri": "^3.3.25"
},
"author": "",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "npm test -- --package root"
}
},
"tnpm": {
"mode": "npm"
},
"module": "dist/module"
}