-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.77 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
63
64
65
66
67
68
69
70
{
"name": "@doruk/components",
"version": "3.1.1",
"description": ":sun_with_face:",
"main": "dist/index.js",
"scripts": {
"start": "webpack serve --node-env development",
"build": "webpack --node-env production",
"prepack": "npm run build",
"test": "eslint --ext .js,.jsx src"
},
"browserslist": [
"last 3 versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d0ruk/components.git"
},
"keywords": [
"react",
"styled-components"
],
"author": "Doruk Kutlu",
"license": "MIT",
"bugs": {
"url": "https://github.com/d0ruk/components/issues"
},
"homepage": "https://github.com/d0ruk/components#readme",
"dependencies": {
"@babel/runtime": "^7.2.0",
"css.escape": "^1.5.1",
"polished": "^4.1.3",
"prop-types": "^15.6.1",
"styled-normalize": "^8.0.6",
"styled-reset": "^4.0.8"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-plugin-styled-components": "^2.0.2",
"component-playground": "^3.2.1",
"eslint": "^8.4.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.3",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1"
},
"peerDependencies": {
"react": ">16",
"styled-components": ">= 5"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
]
}