-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "fm-calculator-app",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "solid-scripts start",
"build": "solid-scripts build",
"jest:dev": "jest --onlyChanged --watch --verbose",
"jest:ci": "jest --bail --verbose --collect-coverage",
"cy:dev": "cypress open",
"cy:ci": "cypress run"
},
"dependencies": {
"big.js": "^6.2.0",
"classnames": "^2.3.1",
"solid-js": "^1.4.4",
"solid-scripts": "0.0.61"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@testing-library/jest-dom": "^5.16.4",
"babel-jest": "^28.1.1",
"babel-preset-jest": "^28.1.1",
"babel-preset-solid": "^1.4.4",
"chai-colors": "^1.0.1",
"cypress": "^10.0.2",
"eslint": "^8.18.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-solid": "^0.7.0",
"eslint-plugin-testing-library": "^5.5.1",
"jest": "^28.1.1",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^28.1.1",
"jsdom": "^19.0.0",
"regenerator-runtime": "^0.13.9",
"solid-jest": "^0.2.0",
"solid-testing-library": "^0.3.0"
},
"browserslist": [
"Chrome 74",
"Firefox 63",
"Safari 11",
"Edge 17",
"Node 10"
]
}