-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
50
51
52
53
54
55
56
{
"name": "@atlaskit/tree",
"version": "8.2.0",
"description": "A React Component for displaying expandable and sortable tree hierarchies",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Confluence Backbone",
"deprecatedAutoEntryPoints": true,
"releaseModel": "continuous",
"website": {
"name": "Tree"
}
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"css-box-model": "^1.2.0",
"react-beautiful-dnd-next": "11.0.5"
},
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@atlaskit/build-utils": "*",
"@atlaskit/button": "^15.1.0",
"@atlaskit/docs": "*",
"@atlaskit/icon": "^21.0.0",
"@atlaskit/navigation": "^37.0.0",
"@atlaskit/spinner": "^15.0.0",
"@atlaskit/ssr": "*",
"@atlaskit/theme": "^11.0.0",
"@atlaskit/visual-regression": "*",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"exenv": "^1.2.2",
"react-dom": "^16.8.0",
"styled-components": "^3.2.6",
"typescript": "3.9.6",
"wait-for-expect": "^1.2.0"
},
"keywords": [
"atlaskit",
"react",
"ui"
]
}