-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "react-ab-testing",
"version": "1.0.0",
"description": "Ab testing components for react",
"main": "index.js",
"scripts": {
"phoenix": "rm -Rf node_modules && npm i && sui-studio clean-modules && sui-studio run-all npm i",
"co": "sui-studio commit",
"lint": "sui-lint js && sui-lint sass",
"commitmsg": "validate-commit-msg",
"precommit": "sui-precommit run"
},
"repository": {},
"author": "David Almeida <[email protected]>",
"license": "MIT",
"bugs": {},
"devDependencies": {
"@schibstedspain/sui-precommit": "2.3.0",
"@schibstedspain/sui-studio": "4",
"babel-jest": "20.0.3",
"enzyme": "2.9.1",
"husky": "0.13.4",
"jest": "20.0.4",
"react-addons-test-utils": "15.6.0",
"regenerator-runtime": "0.10.5",
"validate-commit-msg": "2.12.2"
},
"eslintConfig": {
"extends": [
"./node_modules/@schibstedspain/sui-lint/eslintrc.js"
]
},
"config": {
"sui-studio": {
"name": "AB Testing"
},
"sui-mono": {
"access": "public",
"packagesFolder": "components",
"deepLevel": 2
},
"validate-commit-msg": {
"types": "@schibstedspain/sui-mono/src/types"
}
}
}