-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.66 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.66 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "cb-design-system",
"version": "1.0.0",
"description": "Reusable list of react components for building a website. Built by @Codebrahma.",
"author": "Codebrahma",
"license": "MIT",
"repository": "Codebrahma/cb-design-system",
"main": "dist/cjs/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "BABEL_ENV=cjs babel ./src --out-dir ./dist/cjs",
"start": "watch 'npm run build' src"
},
"peerDependencies": {
"@emotion/styled": "^10.0.27",
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"theme-ui": "^0.3.1",
"react-transition-group": "^4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@emotion/styled": "^10.0.27",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"prop-types": "^15.5.4",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "^1.1.4",
"react-transition-group": "^4.3.0",
"theme-ui": "^0.3.1",
"watch": "^1.0.2"
},
"files": [
"dist"
]
}