-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@nti/web-mobile",
"version": "2021.14.0-alpha",
"description": "NextThought Web Application",
"author": "nextthought",
"license": "UNLICENSED",
"homepage": "proxy://localhost:8083/mobile/",
"repository": {
"type": "git",
"url": "https://github.com/NextThought/nti.web.mobile.git"
},
"files": [
"dist"
],
"build": {
"ignoreWarnings": true
},
"scripts": {
"fix": "app-scripts fix",
"test": "app-scripts test",
"start": "app-scripts start",
"build": "app-scripts build",
"clean": "app-scripts clean",
"check": "app-scripts check",
"release": "npx @nti/release",
"snapshot": "npx @nti/snapshot"
},
"main": "dist/server/index.js",
"publishConfig": {
"registry": "https://npm.nextthought.com"
},
"peerDependencies": {
"react": "*"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"devDependencies": {
"@nti/app-scripts": "^2.31.8",
"@nti/foundation-sites-fork": "NextThought/foundation-sites-fork",
"@nti/lib-analytics": "NextThought/nti.lib.analytics",
"@nti/lib-anchors": "NextThought/nti.lib.anchors",
"@nti/lib-commons": "NextThought/nti.lib.commons",
"@nti/lib-content-processing": "NextThought/nti.lib.content-processing",
"@nti/lib-decorators": "NextThought/nti.lib.decorators",
"@nti/lib-dispatcher": "NextThought/nti.lib.dispatcher",
"@nti/lib-dom": "NextThought/nti.lib.dom",
"@nti/lib-interfaces": "NextThought/nti.lib.interfaces",
"@nti/lib-locale": "NextThought/nti.lib.locale",
"@nti/lib-ntiids": "NextThought/nti.lib.ntiids",
"@nti/lib-ranges": "NextThought/nti.lib.ranges",
"@nti/lib-store": "NextThought/nti.lib.store",
"@nti/lib-whiteboard": "NextThought/nti.lib.whiteboard",
"@nti/style-common": "NextThought/nti.style.common",
"@nti/util-detection-touch": "NextThought/nti.util.detection.touch",
"@nti/util-ios-version": "NextThought/nti.util.ios-version",
"@nti/util-logger": "NextThought/nti.util.logger",
"@nti/web-assessment": "github:NextThought/nti.web.assessment",
"@nti/web-assignment-editor": "NextThought/nti.web.assignment-editor",
"@nti/web-calendar": "NextThought/nti.web.calendar",
"@nti/web-catalog": "NextThought/nti.web.catalog",
"@nti/web-client": "NextThought/nti.web.client",
"@nti/web-commons": "NextThought/nti.web.commons",
"@nti/web-contacts": "NextThought/nti.web.contacts",
"@nti/web-content": "NextThought/nti.web.content",
"@nti/web-core": "NextThought/nti.web.core",
"@nti/web-course": "NextThought/nti.web.course",
"@nti/web-discussions": "NextThought/nti.web.discussions",
"@nti/web-help": "NextThought/nti.web.help",
"@nti/web-integrations": "NextThought/nti.web.integrations",
"@nti/web-library": "NextThought/nti.web.library",
"@nti/web-login": "latest",
"@nti/web-modeled-content": "NextThought/nti.web.modeled-content",
"@nti/web-payments": "NextThought/nti.web.payments",
"@nti/web-profiles": "NextThought/nti.web.profiles",
"@nti/web-reports": "NextThought/nti.web.reports",
"@nti/web-routing": "NextThought/nti.web.routing",
"@nti/web-search": "NextThought/nti.web.search",
"@nti/web-session": "NextThought/nti.web.session",
"@nti/web-storage": "NextThought/nti.web.storage",
"@nti/web-video": "NextThought/nti.web.video",
"array-range": "^1.0.1",
"create-react-class": "^15.5.3",
"date-fns": "^2.16.1",
"email-validator": "^2.0.4",
"html-reactifier": "^2.0.0",
"internal": "./src/main/js",
"iso8601-duration": "^1.1.1",
"js-base64": "^3.7.0",
"natural-orderby": "^2.0.3",
"object-hash": "^2.0.3",
"react-router-component": ">=0.40.0 <1.0.0",
"react-transition-group": "^4.2.2",
"uuid": "^8.3.0",
"vtt.js": "^0.13.0",
"zpad": "^0.5.0"
},
"bundleDependencies": [
"@nti/lib-ntiids",
"js-base64"
]
}