-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "react-pocket",
"version": "0.1.6",
"description": "A react developing pattern within querying ability",
"main": "./lib/redollar/index.js",
"bin": {
"react-pocket": "lib/interpreter/index.js"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"query"
],
"author": "captainwz",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"babel-generator": "^6.26.1",
"babel-traverse": "^6.26.0",
"babylon": "^6.18.0",
"fs-extra": "^5.0.0",
"js-beautify": "^1.7.5",
"moment": "^2.22.0",
"ncp": "^2.0.0",
"prettier": "^1.11.1"
}
}