-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.19 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@turmalin/ui-common",
"version": "1.0.0",
"description": "",
"main": "dist/ui-common.js",
"dependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.7.7",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.49",
"@types/react": "16.9.17",
"babel-loader": "8.0.6",
"css-loader": "^3.4.0",
"fork-ts-checker-webpack-plugin": "3.1.1",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.13.1",
"react-select": "^3.1.0",
"sass-loader": "^8.0.0",
"shortid": "^2.2.15",
"style-loader": "^1.0.2",
"styled-components": "^5.1.0",
"svg-url-loader": "^3.0.3",
"typescript": "3.7.3",
"webpack": "4.41.4",
"webpack-cli": "3.3.10"
},
"peerDependencies": {
"react": "16.12.0",
"react-dom": "16.12.0",
"prop-types": "15.7.2",
"classnames": "2.2.6",
"moment": "^2.24.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.42",
"react-select": "^3.0.8",
"shortid": "^2.2.15",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@hapi/joi": "^16.1.8",
"jsbn": "^1.1.0",
"react-redux": "7.1.3",
"reselect": "^4.0.0",
"classnames": "2.2.6",
"file-loader": "^5.0.2",
"moment": "^2.24.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"url-loader": "^3.0.0"
},
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "webpack --mode=production",
"build": "npm run build:types && npm run build:js",
"git-publish": "git add --all . && git commit -m \"publish\" && git push origin master",
"publish": "rm -rf ./dist && npm run build:js && npm run git-publish"
},
"author": "",
"license": "ISC"
}