-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.71 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
59
60
61
62
{
"name": "dob-react",
"version": "2.4.17",
"description": "",
"main": "built/src/index.js",
"scripts": {
"test": "tsc && nyc --reporter=lcov --reporter=text --reporter=json ava",
"posttest": "codecov -f coverage/*.json -t e25fe2bb-a132-42cf-b126-6e62b7c7517e",
"prepublish": "rm -rf built && tsc && babel built --out-dir built && npm run build",
"start": "run-react develop",
"build": "run-react production"
},
"types": "src/index.ts",
"ava": {
"files": [
"built/**/*.test.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ascoders/dob-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ascoders/dob-react/issues"
},
"homepage": "https://github.com/ascoders/dob-react#readme",
"peerDependencies": {
"react": "*",
"@types/create-react-class": "*",
"@types/prop-types": "*"
},
"devDependencies": {
"@types/react-test-renderer": "*",
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"codecov": "^2.3.0",
"dependency-inject": "^1.1.4",
"lz-string": "^1.4.4",
"nyc": "^11.2.1",
"react": "^16.0.0",
"react-color": "^2.13.8",
"react-dom": "^16.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.0.0",
"run-react": "^2.2.2",
"sortablejs": "^1.6.1",
"typescript": "^2.5.2",
"webpack": "^2.6.1"
},
"dependencies": {
"create-react-class": "^15.6.2",
"dob": "^2.5.9",
"prop-types": "^15.6.0",
"shallow-eq": "^1.0.5"
}
}