Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6f8cfc5

Browse files
committed
updated package.json
1 parent 3b6e9dc commit 6f8cfc5

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

‎package.json‎

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
{
2-
"name": "reactx",
2+
"name": "react-vue-component",
33
"version": "1.0.0",
4-
"description": "Vuex-like state management for React",
5-
"main": "index.js",
4+
"description": "Create Vue-like components in React (watchers, computed properties etc)",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/prevwong/reactx.git"
11+
"url": "git+https://github.com/prevwong/react-vue-component.git"
1212
},
1313
"keywords": [
1414
"react",
15-
"reactx",
16-
"vuex",
17-
"state",
18-
"management",
19-
"simple",
20-
"redux"
15+
"vue",
16+
"computed",
17+
"watchers",
18+
"vue-in-react"
2119
],
2220
"author": "Prev Wong",
2321
"license": "MIT",
2422
"bugs": {
25-
"url": "https://github.com/prevwong/reactx/issues"
23+
"url": "https://github.com/prevwong/react-vue-component/issues"
2624
},
27-
"homepage": "https://github.com/prevwong/reactx#readme",
25+
"homepage": "https://github.com/prevwong/react-vue-component#readme",
2826
"dependencies": {
2927
"@types/es6-shim": "^0.31.39",
3028
"@types/node": "^10.12.10",
3129
"@types/react": "^16.7.7",
3230
"@types/react-dom": "^16.0.10",
3331
"react": "^16.2.0",
34-
"react-dom": "^16.2.0",
35-
"react-native-calendars": "^1.21.0",
36-
"vue": "^2.5.17"
32+
"react-dom": "^16.2.0"
3733
},
3834
"devDependencies": {
3935
"@babel/core": "^7.2.0",
@@ -55,4 +51,4 @@
5551
"tslint-config-prettier": "^1.17.0",
5652
"typescript": "^3.1.6"
5753
}
58-
}
54+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /