This repository was archived by the owner on May 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.15 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.15 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@devinmarra/react-toolbox",
"version": "0.1.0-beta.16",
"description": "Some guy's React toolbox",
"repository": {
"type": "git",
"url": "https://github.com/Devinmarra"
},
"author": "Devin Marra",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"natives": "^1.1.6",
"prop-types": "15.6.0",
"uglify-js": "^3.6.0"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/enzyme": "^3.9.1",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/enzyme-to-json": "^1.5.3",
"@types/jest": "^24.0.11",
"@types/node": "^11.13.5",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/react-dom-factories": "^1.0.2",
"@types/react-redux": "^7.0.7",
"babel-jest": "^24.9.0",
"babel-preset-react-app": "^9.0.2",
"breakpoint-sass": "^2.7.1",
"compass-mixins": "^0.12.10",
"css-loader": "^2.1.1",
"customize-cra": "^0.2.12",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.12.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-header": "1.8.x",
"gulp-rename": "1.2.2",
"gulp-run": "^1.7.1",
"gulp-typescript": "^3.1.7",
"jest-mock-axios": "^2.4.0",
"lodash": "^4.17.11",
"merge2": "^1.3.0",
"node-sass": "^4.11.0",
"node-sass-magic-importer": "^5.3.1",
"normalize-scss": "^7.0.1",
"react": "16.8.6",
"react-scripts": "3.0.1",
"react-app-rewired": "^2.1.1",
"react-dev-utils": "^9.1.0",
"react-dom": "16.8.6",
"react-dom-factories": "1.0.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga-test-plan": "^3.7.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"susy": "^3.0.5",
"typescript": "^3.5.3"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"react-dom-factories": "1.0.2"
},
"main": "./main.js",
"bin": {},
"scripts": {
"build": "gulp build",
"test": "react-app-rewired test --env=jsdom --coverage --watchAll=false",
"tslint": "tslint -t json -o lintreport.json --project ."
},
"typings": "./main.d.ts"
}