1
1
{
2
- "name" : " template-react-ts" ,
3
- "version" : " 0.4.3 " ,
4
- "private" : true ,
5
- "scripts" : {
6
- "check" : " tsc --noEmit" ,
7
- "check:typing" : " yarn run check" ,
8
- "start" : " run-p start:playground start:shipping-server" ,
9
- "start:playground" : " react-scripts start" ,
10
- "start:shipping-server" : " lumapps-shipping-server" ,
11
- "test" : " react-scripts test --coverage"
12
- },
13
- "eslintConfig" : {
14
- "extends" : " react-app"
15
- },
16
- "browserslist" : {
17
- "production" : [
18
- " >0.2%" ,
19
- " not dead" ,
20
- " not op_mini all"
21
- ],
22
- "development" : [
23
- " last 1 chrome version" ,
24
- " last 1 firefox version" ,
25
- " last 1 safari version"
26
- ]
27
- },
28
- "jest" : {
29
- "snapshotSerializers" : [
30
- " enzyme-to-json/serializer"
31
- ],
32
- "transformIgnorePatterns" : [
33
- " node_modules/(?!@lumx/icons|@lumx/react)"
34
- ]
35
- },
36
- "dependencies" : {
37
- "@lumapps-extensions-playground/common" : " ^1.3.0" ,
38
- "@lumx/core" : " ^2.0.1" ,
39
- "@lumx/icons" : " ^2.0.1" ,
40
- "@lumx/react" : " ^2.0.1" ,
41
- "axios" : " 0.21.1 " ,
42
- "lodash" : " 4.17.21" ,
43
- "lumapps-sdk-js" : " ^1 .0.1 " ,
44
- "moment" : " ^2.29.1" ,
45
- "moment-range" : " ^4.0.2" ,
46
- "react" : " ^16.13.1" ,
47
- "react-dom" : " ^16.13.1" ,
48
- "react-intl" : " 5.15.7" ,
49
- "react-redux" : " 7.2.4" ,
50
- "reselect" : " 4.0.0"
51
- },
52
- "devDependencies" : {
53
- "@lumapps-extensions-playground/devenv" : " ^1.3.0" ,
54
- "@lumapps-extensions/shipping-server" : " ^1.1.3" ,
55
- "@testing-library/jest-dom" : " ^4.2.4" ,
56
- "@testing-library/react" : " ^9.3.2" ,
57
- "@testing-library/user-event" : " ^7.1.2" ,
58
- "@types/enzyme" : " ^3.10.8" ,
59
- "@types/enzyme-adapter-react-16" : " ^1.0.6" ,
60
- "@types/jest" : " ^24.0.0" ,
61
- "@types/lodash" : " ^4.14.168" ,
62
- "@types/node" : " ^12.0.0" ,
63
- "@types/react" : " ^16.9.0" ,
64
- "@types/react-dom" : " ^16.9.0" ,
65
- "@typescript-eslint/eslint-plugin" : " ^2.18.0" ,
66
- "@typescript-eslint/parser" : " ^2.18.0" ,
67
- "enzyme" : " ^3.11.0" ,
68
- "enzyme-adapter-react-16" : " ^1.15.6" ,
69
- "enzyme-to-json" : " ^3.6.1" ,
70
- "eslint" : " ^6.8.0" ,
71
- "eslint-config-airbnb" : " ^18.0.1" ,
72
- "eslint-config-prettier" : " ^6.10.0" ,
73
- "eslint-plugin-import" : " ^2.20.0" ,
74
- "eslint-plugin-jsx-a11y" : " ^6.2.3" ,
75
- "eslint-plugin-prettier" : " ^3.1.2" ,
76
- "eslint-plugin-react" : " ^7.18.0" ,
77
- "eslint-plugin-react-hooks" : " ^2.3.0" ,
78
- "jest" : " ^24.9.0" ,
79
- "npm-run-all" : " ^4.1.5" ,
80
- "prettier" : " 2.2.0" ,
81
- "prettier-stylelint" : " ^0.4.2" ,
82
- "react-scripts" : " 3.4.3" ,
83
- "stylelint" : " ^9.10.1" ,
84
- "stylelint-config-idiomatic-order" : " ^6.2.0" ,
85
- "stylelint-config-recommended" : " ^2.1.0" ,
86
- "stylelint-config-recommended-scss" : " ^3.2.0" ,
87
- "stylelint-scss" : " ^3.5.4" ,
88
- "ts-loader" : " 8.1.0" ,
89
- "typescript" : " ^4.0.3"
90
- }
91
- }
2
+ "name" : " template-react-ts" ,
3
+ "version" : " 0.5.1 " ,
4
+ "private" : true ,
5
+ "scripts" : {
6
+ "check" : " tsc --noEmit" ,
7
+ "check:typing" : " yarn run check" ,
8
+ "start" : " run-p start:playground start:shipping-server" ,
9
+ "start:playground" : " react-scripts start" ,
10
+ "start:shipping-server" : " lumapps-shipping-server" ,
11
+ "test" : " react-scripts test --coverage"
12
+ },
13
+ "eslintConfig" : {
14
+ "extends" : " react-app"
15
+ },
16
+ "browserslist" : {
17
+ "production" : [
18
+ " >0.2%" ,
19
+ " not dead" ,
20
+ " not op_mini all"
21
+ ],
22
+ "development" : [
23
+ " last 1 chrome version" ,
24
+ " last 1 firefox version" ,
25
+ " last 1 safari version"
26
+ ]
27
+ },
28
+ "jest" : {
29
+ "snapshotSerializers" : [
30
+ " enzyme-to-json/serializer"
31
+ ],
32
+ "transformIgnorePatterns" : [
33
+ " node_modules/(?!@lumx/icons|@lumx/react)"
34
+ ]
35
+ },
36
+ "dependencies" : {
37
+ "@lumapps-extensions-playground/common" : " ^1.3.0" ,
38
+ "@lumx/core" : " ^2.0.1" ,
39
+ "@lumx/icons" : " ^2.0.1" ,
40
+ "@lumx/react" : " ^2.0.1" ,
41
+ "axios" : " 0.21.4 " ,
42
+ "lodash" : " 4.17.21" ,
43
+ "lumapps-sdk-js" : " ^0 .0.44 " ,
44
+ "moment" : " ^2.29.1" ,
45
+ "moment-range" : " ^4.0.2" ,
46
+ "react" : " ^16.13.1" ,
47
+ "react-dom" : " ^16.13.1" ,
48
+ "react-intl" : " 5.15.7" ,
49
+ "react-redux" : " 7.2.4" ,
50
+ "reselect" : " 4.0.0"
51
+ },
52
+ "devDependencies" : {
53
+ "@lumapps-extensions-playground/devenv" : " ^1.3.0" ,
54
+ "@lumapps-extensions/shipping-server" : " ^1.1.3" ,
55
+ "@testing-library/jest-dom" : " ^4.2.4" ,
56
+ "@testing-library/react" : " ^9.3.2" ,
57
+ "@testing-library/user-event" : " ^7.1.2" ,
58
+ "@types/enzyme" : " ^3.10.8" ,
59
+ "@types/enzyme-adapter-react-16" : " ^1.0.6" ,
60
+ "@types/jest" : " ^24.0.0" ,
61
+ "@types/lodash" : " ^4.14.168" ,
62
+ "@types/node" : " ^12.0.0" ,
63
+ "@types/react" : " ^16.9.0" ,
64
+ "@types/react-dom" : " ^16.9.0" ,
65
+ "@typescript-eslint/eslint-plugin" : " ^2.18.0" ,
66
+ "@typescript-eslint/parser" : " ^2.18.0" ,
67
+ "enzyme" : " ^3.11.0" ,
68
+ "enzyme-adapter-react-16" : " ^1.15.6" ,
69
+ "enzyme-to-json" : " ^3.6.1" ,
70
+ "eslint" : " ^6.8.0" ,
71
+ "eslint-config-airbnb" : " ^18.0.1" ,
72
+ "eslint-config-prettier" : " ^6.10.0" ,
73
+ "eslint-plugin-import" : " ^2.20.0" ,
74
+ "eslint-plugin-jsx-a11y" : " ^6.2.3" ,
75
+ "eslint-plugin-prettier" : " ^3.1.2" ,
76
+ "eslint-plugin-react" : " ^7.18.0" ,
77
+ "eslint-plugin-react-hooks" : " ^2.3.0" ,
78
+ "jest" : " ^24.9.0" ,
79
+ "npm-run-all" : " ^4.1.5" ,
80
+ "prettier" : " 2.2.0" ,
81
+ "prettier-stylelint" : " ^0.4.2" ,
82
+ "react-scripts" : " 3.4.3" ,
83
+ "stylelint" : " ^9.10.1" ,
84
+ "stylelint-config-idiomatic-order" : " ^6.2.0" ,
85
+ "stylelint-config-recommended" : " ^2.1.0" ,
86
+ "stylelint-config-recommended-scss" : " ^3.2.0" ,
87
+ "stylelint-scss" : " ^3.5.4" ,
88
+ "ts-loader" : " 8.1.0" ,
89
+ "typescript" : " ^4.0.3"
90
+ }
91
+ }
0 commit comments