-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "react-tab-widgets",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/lysoff/react-tab-widgets.git"
},
"license": "MIT",
"main": "build/dist/react-tab-widgets/index.js",
"types": "build/dist/react-tab-widgets/index.d.ts",
"dependencies": {
"immutability-helper": "^2.7.1",
"lodash": "^4.17.10",
"react": "^16.5.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.5.0",
"react-draggable": "^3.0.5",
"styled-components": "^3.4.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/immutability-helper": "^2.6.3",
"@types/jest": "^23.3.2",
"@types/lodash": "^4.14.116",
"@types/node": "^10.9.4",
"@types/react": "^16.4.14",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^16.0.7",
"@types/styled-components": "^3.0.1",
"@types/uuid": "^3.4.4",
"react-scripts-ts": "2.17.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"parser": "typescript"
}
}