-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "axelra-styled-bootstrap-grid",
"version": "0.7.6",
"description": "Re-implementation with styled-components of the bootstrap grid-layout system with some add-ons.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/ && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axelra-ag/styled-bootstrap-grid.git"
},
"keywords": [
"styled-components",
"styled-boostrap",
"axelra",
"bootstrap",
"grid",
"grid-layout",
"styled-boostrap-grid",
"styled-boostrap-gr5__Cid-system",
"styled-boostrap-grid-layout"
],
"author": "Lucas Pelloni for Axelra AG",
"license": "ISC",
"bugs": {
"url": "https://github.com/axelra-ag/styled-bootstrap-grid/issues"
},
"homepage": "https://github.com/axelra-ag/styled-bootstrap-grid#readme",
"dependencies": {
"@types/styled-components": "^5.1.24",
"prettier": "^2.6.0",
"typescript": "^4.6.2"
},
"peerDependencies": {
"@types/styled-components": "^5.1.3",
"babel-plugin-styled-components": "^1.12.0",
"styled-components": "^5.2.0"
}
}