-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.69 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
57
58
59
60
61
{
"name": "@narrative-editor/annotation-studio",
"version": "0.1.0",
"description": "annotation-studio React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"scss",
"json",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"@annotation-studio/bridge": "1.0.0-pr.c651f7d0",
"@annotation-studio/components": "1.0.0-pr.c651f7d0",
"@annotation-studio/plugin-core": "1.0.0-pr.c651f7d0",
"@annotation-studio/plugin-drafts": "1.0.0-pr.c651f7d0",
"@annotation-studio/plugin-resource-editor": "1.0.0-pr.c651f7d0",
"@annotation-studio/plugin-viewer": "1.0.0-pr.c651f7d0",
"@annotation-studio/redux": "1.0.0-pr.c651f7d0",
"@canvas-panel/core": "0.1.0-pr.561f98a5\n",
"@fesk/react-bem": "^1.0.2",
"@stephenwf-forks/manifesto.js": "^2.2.25",
"immutability-helper": "^2.3.0",
"isomorphic-fetch": "^2.2.1",
"nwb-sass": "^0.9.0",
"react": "^16.5.0",
"react-beautiful-dnd": "^9.0.2",
"react-dlcs-panel": "^0.1.6",
"react-dom": "^16.5.0",
"react-redux": "^5.0.1",
"redux": "^2.0.0",
"store": "^2.0.4"
},
"peerDependencies": {
"react": "15.5.4"
},
"devDependencies": {
"nwb": "0.21.x",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"redux-immutable-state-invariant": "^2.1.0"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"keywords": [
"react-component"
]
}