-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
69
70
71
72
{
"name": "panels",
"description": "Panels by UXtemple",
"main": "index.js",
"scripts": {
"bundle": ".bin/bundle `node -e \"console.log(require('./package.json').version)\"`",
"bundle:dev": ".bin/bundle-dev `node -e \"console.log(require('./package.json').version)\"`",
"start": ".bin/start",
"postpublish": "rm -rf bundle",
"prepublish": "npm run bundle",
"push": "git tag $(npm version $VERSION) && npm publish",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/UXtemple/panels.git"
},
"keywords": [
"panels",
"UXtemple"
],
"author": "UXtemple <[email protected]>",
"contributors": [
"Darío Javier Cravero <[email protected]>",
"Tom Parandyk <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/panels/issues"
},
"homepage": "https://github.com/UXtemple/panels#readme",
"dependencies": {
"debounce": "^1.0.2",
"houkou": "^0.2.2",
"mini-unique-id": "^1.0.1",
"prop-types": "^15.5.10",
"react": "^16.0.0",
"react-dom": ">=16.2.1",
"react-redux": "^5.0.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"style-to-css": "^1.0.1",
"velocity-react": "^1.4.1",
"webfontloader": "^1.6.26"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-eslint": "^6.0.4",
"babel-jest": "^16.0.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-react-app-rollup": "^0.0.4",
"browserify": "^13.0.0",
"eslint": "^3.8.1",
"eslint-config-react-app": "^0.2.1",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"exorcist": "^0.4.0",
"jest": "^16.0.1",
"loose-envify": "^1.1.0",
"redux-logger": "^2.6.1",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-replace": "^1.1.1",
"rollupify": "0.3.4",
"send": "^0.14.1",
"uglify-js": "^2.4.24",
"watchify": "^3.4.0"
},
"version": "10.1.6"
}