forked from fluidsonic/widgetbot
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.68 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
{
"name": "@widgetbot/crate",
"version": "3.1.237",
"description": "Clean & powerful popup Discord widgets for your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"jsdelivr": "umd/crate.js",
"unpkg": "umd/crate.js",
"repository": "[email protected]:samdenty99/crate.git",
"author": "WidgetBot",
"scripts": {
"build": "nwb build-react-component --no-demo",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo --port 3100",
";start": "parcel serve ./src/demo.html -d umd --open",
";build": "rm -rf dist; tsc && cp -r ./src/types ./dist",
"build:umd": "rm -rf umd; parcel build ./src/umd.ts -d umd -o crate.js",
"release": "yarn version && yarn build && yarn build:umd && yarn publish && yarn purge",
"purge": "tinyreq -u https://purge.jsdelivr.net/npm/@widgetbot/crate@3"
},
"dependencies": {
"@emotion/cache": "~10.0.7",
"@emotion/core": "~10.0.7",
"@emotion/styled": "~10.0.7",
"@emotion/stylis": "~0.8.3",
"@types/react-redux": "~5.0.21",
"@types/react-transition-group": "~2.0.16",
"@types/redux-actions": "~2.3.2",
"@widgetbot/embed-api": "~1.1.3",
"@widgetbot/react-embed": "~1.2.1",
"color": "~3.0.0",
"create-emotion": "~10.0.7",
"emotion": "~10.0.7",
"emotion-theming": "~10.0.7",
"immer": "~2.0.0",
"prop-types": "~15.7.2",
"react-markdown": "~4.0.6",
"react-redux": "~5.1.1",
"react-shadow": "~16.3.2",
"react-transition-group": "~2.5.3",
"redux": "~4.0.0",
"redux-actions": "~2.6.1",
"reflect-metadata": "~0.1.12"
},
"devDependencies": {
"parcel": "~1.11.0",
"ts-loader": "~5.3.3",
"typescript": "^4.3.5"
}
}