-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.46 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": "sriracha-ui",
"version": "2.0.2",
"description": "A react style library build with styled-components, and material ui theme.",
"main": "dist/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sriracha-UI/sriracha.git"
},
"keywords": [
"styled-components",
"styled",
"components",
"sass",
"style-library",
"style",
"library"
],
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-router-dom": "^5.1.2"
},
"author": "Jimmy McBride",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sriracha-UI/sriracha/issues"
},
"homepage": "https://github.com/Sriracha-UI/sriracha#readme",
"dependencies": {
"@callstack/react-theme-provider": "^2.1.0",
"axios": "^0.20.0",
"highlight.js": "^10.2.0",
"markdown-to-jsx": "^7.0.0",
"styled-components": "^5.0.1",
"styled-map": "^3.3.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"path": "^0.12.7",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}