-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
90 lines (90 loc) · 3.02 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "brahmos",
"version": "0.11.1",
"description": "Super charged UI library with modern React API and native templates.",
"main": "dist/brahmos.js",
"module": "dist/brahmos.es.js",
"author": "s-yadav <[email protected]>",
"license": "MIT",
"scripts": {
"flow": "flow",
"test": "jest",
"test:watch": "jest --watch --collect-coverage=false",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch --collect-coverage=false",
"test:bundlesize": "yarn bundle && bundlesize",
"start": "webpack-dev-server --open",
"build": "babel src --out-dir lib",
"bundle": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"lint": "eslint ./src ./example --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/brahmos"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/s-yadav/brahmos/issues"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@testing-library/dom": "^7.26.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-brahmos": "0.6.1",
"bulma": "^0.9.0",
"bundlesize": "^0.18.0",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"flow-bin": "^0.133.0",
"google-closure-compiler": "^20200830.0.0",
"html-webpack-plugin": "^4.4.1",
"jest": "^26.4.2",
"js-beautify": "^1.13.0",
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6",
"prettier": "^2.1.2",
"react-query": "^2.26.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"rollup": "^2.27.1",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-license": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"zustand": "^3.2.0"
},
"resolutions": {
"@ampproject/rollup-plugin-closure-compiler/google-closure-compiler": "^20200830.0.0"
}
}