-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "lekplats",
"version": "0.4.4",
"description": "The simplest way to render a playground of React components",
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"build": "sagui build",
"dist": "sagui dist",
"prepublish": "npm prune && npm test && npm run dist",
"start": "sagui develop --port 3000",
"test": "sagui test",
"test:lint": "sagui test:lint",
"test:typecheck": "sagui test:typecheck",
"test:unit": "sagui test:unit --coverage",
"test:unit:watch": "sagui test:unit --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/batata-frita/lekplats.git"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/batata-frita/lekplats/issues"
},
"homepage": "https://github.com/batata-frita/lekplats#readme",
"devDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sagui": "^8.0.2"
},
"peerDependencies": {
"react": "^15.4.2 || ^16.0.0",
"react-dom": "^15.4.2 || ^16.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"html2react": "^1.2.1",
"lodash.merge": "^4.6.0",
"patch-react-proptypes-add-introspection": "^1.0.0",
"prop-types": "^15.6.0",
"ramda": "^0.23.0",
"react-frame-component": "^2.0.0"
}
}