-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
56 lines (56 loc) · 1.96 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": "ui95",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"build": "npm run build-example && npm run build-storybook && npm run build-docs",
"build-example": "parcel build src/example/index.html --detailed-report --dist-dir docs/example/ --public-url /example/ --no-source-maps",
"build-storybook": "build-storybook",
"build-docs": "cp node_modules/docsify/lib/docsify.min.js docs/_media && cp node_modules/docsify/lib/themes/vue.css docs/_media && mv storybook-static docs/storybook",
"watch-docs": "npm run build-docs;docsify serve docs",
"watch-example": "parcel src/example/index.html",
"storybook": "start-storybook -p 6006"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack4": "^6.5.12",
"@storybook/manager-webpack4": "^6.5.12",
"@storybook/preact": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"aphrodite": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-preset-preact": "^2.0.0",
"bem-cn": "^3.0.1",
"core-js": "^3.22.7",
"css-loader": "^3.6.0",
"docsify": "^4.12.1",
"docsify-cli": "^4.4.3",
"domready": "^1.0.8",
"gray-matter": "^4.0.2",
"image-webpack-loader": "^5.1.0",
"load-script": "^1.0.0",
"parcel-plugin-bundle-visualiser": "^1.2.0",
"preact": "^10.11.1",
"style-loader": "^0.23.1"
},
"dependencies": {
"classnames": "^2.3.1",
"icons95": "^1.5.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"parcel": "^2.7.0",
"photo-sphere-viewer": "^4.7.3",
"resize-observer": "^1.0.0",
"social-share-links": "^2.0.0"
},
"prettier": {}
}