-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
{
"name": "@dnncommunity/dnn-elements-react",
"version": "0.23.3-alpha.7",
"description": "Dnn themed custom elements with react wrappers.",
"homepage": "https://github.com/valadas/dnn-elements",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valadas/dnn-elements.git"
},
"scripts": {
"build": "npm run tsc",
"tsc": "tsc -p ."
},
"bugs": {
"url": "https://github.com/valadas/dnn-elements/issues"
},
"dependencies": {
"@dnncommunity/dnn-elements": "*"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "^7.0.5",
"@storybook/addon-interactions": "^7.0.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/blocks": "^7.0.5",
"@storybook/react": "^7.0.5",
"@storybook/react-webpack5": "^7.0.5",
"@storybook/testing-library": "^0.2.1",
"@types/react": "^18.0.31",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.5",
"typescript": "^5.0.3"
}
}