forked from taoqili/rxui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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": "@mybricks/rxui",
"version": "1.0.21",
"description": "Responsive framework for React programing,like the Mobx but not only Mobx",
"main": "index.js",
"types": "./types.d.ts",
"scripts": {
"test": "jest --config ./tests/jest.config.js --rootDir . --watch",
"test-dev": "jest --config ./tests/jest.config.js --rootDir . --watch",
"build": "webpack --config ./scripts/webpack.build.js",
"build-test": "jest-webpack --config ./tests/jest.config.js --rootDir .",
"prepublish": " "
},
"keywords": [
"RXUI"
],
"author": "CheMingjun",
"license": "MIT",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@testing-library/react": "^11.2.5",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"babel-loader": "^8.0.6",
"core-js": "^2.6.11",
"jest": "^26.6.3",
"rimraf": "^2.6.2",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "https://github.com/mybricks/rxui.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}