-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "kencookco.envs",
"version": "1.0.0",
"description": "Compilers for use with Bit (https://bit.dev/kencookco/envs)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:kencookco/kencookco.envs.git"
},
"keywords": [
"bit"
],
"author": "Joseph Terzieva",
"license": "MIT",
"bugs": {
"url": "https://github.com/kencookco/envs/issues"
},
"homepage": "https://github.com/kencookco/envs#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"@bit/bit.utils.object.group-by": "^1.0.0",
"next": "~9.0.0",
"vinyl": "^2.2.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/babel@7.0.1"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}