This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.03 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
{
"name": "react-tui-calendar",
"version": "1.0.0",
"description": "React wrapper for tui-calendar",
"author": "IniZio",
"license": "ISC",
"homepage": "https://github.com/IniZio/react-tui-calendar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/IniZio/react-tui-calendar.git"
},
"bugs": {
"url": "https://github.com/IniZio/react-tui-calendar/issues"
},
"main": "dist/react-tui-calendar.cjs.js",
"module": "dist/react-tui-calendar.es.js",
"browser": "dist/react-tui-calendar.iife.min.js",
"unpkg": "dist/react-tui-calendar.min.js",
"jsdelivr": "dist/react-tui-calendar.min.js",
"files": [
"dist"
],
"keywords": [
"react",
"tui-calendar",
"calendar"
],
"scripts": {
"dev": "NODE_ENV=development bili --watch --no-babel.babelrc",
"dev:styleguide": "styleguidist server",
"build": "NODE_ENV=production bili --compress --no-inline --no-babel.babelrc",
"build:styleguide": "styleguidist build",
"predeploy:styleguide": "npm run build:styleguide",
"deploy:styleguide": "deploy-to-gh-pages --update --local styleguide",
"test": "echo \"Error: no test specified\" && exit 1"
},
"gh-pages-deploy": {
"staticpath": "styleguide",
"commit": "doc(styleguidist): updated styleguide",
"noprompt": false
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bili": "^3.1.2",
"css-loader": "^1.0.0",
"deploy-to-gh-pages": "^1.3.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-styleguidist": "^7.1.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"tui-calendar": "^1.3.0",
"webpack": "^4.16.0"
},
"peerDependencies": {
"react": "^16.4.1",
"tui-calendar": "^1.3.0"
},
"dependencies": {
"dayjs": "^1.7.4"
}
}