-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "react-controlled-ab",
"version": "3.1.4",
"description": "React component for integrating test experiences with your react code from a source that decides what the variant should be.",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"lint": "tslint --fix -c tslint.json 'components/**/*.tsx'",
"build": "npm run lint && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterlazzarino/react-controlled-AB.git"
},
"keywords": [
"evergage",
"VWO",
"ab",
"abtest",
"react",
"experience",
"campaign"
],
"author": "Peter Lazzarino",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/peterlazzarino/react-controlled-AB/issues"
},
"homepage": "https://github.com/peterlazzarino/react-controlled-AB#readme",
"dependencies": {
"array-index-of": "^0.1.0",
"prop-types": "15.6.0",
"react": "16.0.0"
},
"devDependencies": {
"@types/enzyme": "2.8.4",
"@types/jest": "20.0.4",
"@types/prop-types": "15.5.1",
"@types/react": "15.0.38",
"awesome-typescript-loader": "3.2.1",
"babel-preset-env": "1.6.0",
"enzyme": "2.9.1",
"identity-obj-proxy": "3.0.0",
"react-docgen-typescript": "0.0.15",
"react-styleguidist": "6.0.0-beta.1",
"tslint": "5.5.0",
"typescript": "2.3.4",
"webpack": "4.28.3",
"webpack-dev-server": "3.1.14"
}
}