-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-sequence",
"version": "0.2.2",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"test": "jest",
"dev": "NODE_ENV=dev webpack-dev-server",
"build": "rimraf dist && eslint ./src && NODE_ENV=prod webpack"
},
"author": "Arun Ghosh",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/arunghosh/react-pin-input"
},
"keywords": [
"pin",
"input",
"react",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/arunghosh/react-sequence"
},
"keywords": [
"pin",
"input",
"react",
"component"
],
"devDependencies": {
"babel-core": "^6.23.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"enzyme": "^2.7.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"jest": "^19.0.2",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2",
"rimraf": "^2.6.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.4.2",
"react-dom": "^0.14.0 || ^15.4.2"
}
}