-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"name": "laika-react",
"version": "1.1.9",
"description": "React Laika client",
"homepage": "https://github.com/MEDIGO",
"keywords": [
"React",
"Laika",
"npm",
"Feature Flag"
],
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/MEDIGO/laika-react"
},
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "cypress run-ct"
},
"files": [
"/dist"
],
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@cypress/react": "^5.10.1",
"@cypress/webpack-dev-server": "^1.6.0",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/webpack": "^5.28.0",
"babel-loader": "^8.2.2",
"cypress": "^8.6.0",
"html-webpack-plugin": "^5.3.2",
"local-cypress": "^1.2.2",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"webpack": "^5.58.1",
"webpack-dev-server": "^4.3.1"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"semi": false
},
"packageManager": "[email protected]"
}