-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "somestate-react",
"version": "0.2.10",
"description": "React integration for somestores",
"main": "index.js",
"scripts": {
"test": "jest ",
"prettier": "prettier src/ --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kottakji/somestate-react.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kottakji/somestate-react/issues"
},
"homepage": "https://github.com/Kottakji/somestate-react#readme",
"dependencies": {
"somestate": "^0.2.28"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"babel-jest": "^29.7.0",
"cross-fetch": "^4.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.1.0"
},
"jest": {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
]
}
}