-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 789 Bytes
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
{
"name": "tunomon-ui",
"version": "0.4.9",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"license": "MIT",
"scripts": {
"dev": "umi-lib build --watch",
"build": "umi-lib build",
"doc:dev": "umi-lib doc dev",
"doc:build": "umi-lib doc build"
},
"files": [
"dist"
],
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"prop-types": "^15.7.2",
"scrollbooster": "^1.1.0"
},
"peerDependencies": {
"react": "^16.6.0"
},
"devDependencies": {
"@hanreev/types-ol": "^1.0.3",
"@types/classnames": "^2.2.7",
"@types/react": "^16.8.16",
"umi-library": "^1.5.1"
}
}