forked from oahehc/react-vue-comparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
38
{
"name": "react-vue-comparison",
"version": "1.0.0",
"description": "This repo is for someone who already familiar with React.js or Vue.js, and wants to find out the relative syntax in another framework.",
"scripts": {
"postinstall": "patch-package",
"sync": "node scripts/updateReadme.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oahehc/react-vue-comparison.git"
},
"keywords": [
"react",
"vue",
"nextjs",
"nuxtjs"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/oahehc/react-vue-comparison/issues"
},
"homepage": "https://github.com/oahehc/react-vue-comparison#readme",
"dependencies": {
"axios": "^0.19.2",
"json2md": "^1.7.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"puppeteer": "^3.3.0"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}
}