-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 KB
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
{
"name": "react-steppers",
"version": "0.3.1",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"build": "tscomp build",
"watch": "tscomp watch",
"test": "tscomp test",
"prepublish": "npm run build",
"docs": "yarn docs-analyze && documittu build",
"docs-dev": "documittu start",
"docs-analyze": "documittu-analyzer-ts . > docs/analyze-result.json"
},
"repository": "https://github.com/beanloop/react-steppers.git",
"homepage": "https://beanloop.github.io/react-steppers",
"author": "Beanloop AB",
"license": "MIT",
"devDependencies": {
"documittu": "^0.1.0",
"documittu-analyzer-ts": "^0.1.0",
"documittu-template-default": "^0.1.0",
"react-addons-css-transition-group": "^15.4.2",
"tscomp": "^0.9.1",
"tslint": "^4.0.2",
"tslint-config-beanloop": "^0.1.0"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"react-toolbox": "^1.3.4"
},
"dependencies": {
"@types/react": "^16.4.8",
"@types/react-dom": "^16.0.7",
"recompose": "^0.21.2",
"styled-material": "0.1.9"
}
}