-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
{
"name": "react-supercal",
"version": "0.0.7",
"description": "Reliable, small, flexible calendar component built on (p)react.",
"main": "lib/index.js",
"license": "MIT",
"directories": {
"lib": "./lib"
},
"dependencies": {
"fecha": "^2.3.1",
"prop-types": "^15.5.10",
"react-arise": "^0.0.6",
"time-dial": "^0.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-module-resolver": "^2.7.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.1",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"node-sass": "^4.5.3",
"preact": "^8.1.0",
"preact-compat": "^3.16.0",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^2.8.1",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"test": "karma start",
"start": "webpack --watch --progress --color",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/eltiare/supercal.git"
},
"keywords": [
"calendar",
"picker"
],
"author": "Jeremy Nicoll (http://github.com/eltiare)",
"bugs": {
"url": "https://github.com/eltiare/supercal/issues"
},
"homepage": "https://github.com/eltiare/supercal#readme"
}