-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
{
"name": "react-phoenix-socket",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "babel -o ./dist/index.js ./index.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0",
"babel-jest": "^12.1.0",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"enzyme": "^2.9.1",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"jest": "^21.2.1",
"react": "^15.6.1",
"react-dom": "^15.1.0",
"react-test-renderer": "^15.6.1"
},
"peerDependencies": {
"react": ">=15"
}
}