forked from Shuofeng-Wang/widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 695 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
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@prifina/hooks": "0.0.62",
"@styled-system/theme-get": "^5.1.2",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^7.0.2",
"lerna": "^3.20.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"short-uuid": "^4.1.0",
"styled-components": "^5.1.0",
"styled-system": "^5.1.5",
"terser": "^5.5.1",
"webpack": "^4.43.0"
}
}