forked from jessemao/react-calendar-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "react-calendar-mobile",
"version": "0.1.6",
"description": "A calendar component for mobile device",
"main": "lib/react-calendar-mobile.js",
"repository": {
"type": "git",
"url": "https://github.com/jessemao/react-calendar-mobile"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-react": "^7.1.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.4",
"rimraf": "^2.6.0",
"style-loader": "^0.18.2",
"webpack": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"keywords": [
"react",
"react calendar",
"react calendar mobile",
"mobile calendar",
"calendar",
"touchable",
"scrollable",
"react-component",
"react components",
"react ui",
"mobile ui"
],
"scripts": {
"clean": "rimraf lib",
"lint": "eslint src",
"build": "npm run clean && npm run lint && set NODE_ENV=production && webpack --progress --hide-modules --config webpack.build.js"
},
"author": {
"name": "Jingxian Mao",
"email": "jessemao@gmail.com"
},
"license": "MIT"
}