-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "react-radon",
"version": "1.0.12",
"description": "Radon is an object-oriented state management framework for JavaScript applications.",
"main": "build/bundle.js",
"files": [
"build"
],
"scripts": {
"test": "jest stateNode.test.js --watch",
"build": "./node_modules/.bin/rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radonjs/Radon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/radonjs/Radon/issues"
},
"homepage": "https://radonjs.com",
"dependencies": {
"react": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-es2015-rollup": "^3.0.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3"
}
}