-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.47 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
73
74
{
"name": "deckpack",
"version": "1.0.0",
"description": "Web site for playing cards collectors",
"main": "index.php",
"scripts": {
"format": "prettier --write --print-width=120 \"src/**/*.{js,jsx,css}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors",
"start": "node reacthotreloader.js",
"watch": "webpack --display-error-details --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergeychernyshev/deckpack.git"
},
"author": "Sergey Chernyshev",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sergeychernyshev/deckpack/issues"
},
"homepage": "https://github.com/sergeychernyshev/deckpack#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "1.0.2",
"babel-plugin-dynamic-import-webpack": "1.0.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "2.1.1",
"eslint-config-react": "1.1.7",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"html-webpack-plugin": "^2.30.1",
"prettier": "^1.5.2",
"style-loader": "^0.18.2",
"webpack": "2.6.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-manifest-plugin": "^1.1.2",
"webpack-md5-hash": "0.0.5"
},
"dependencies": {
"numeral": "^2.0.6",
"preact": "^8.2.1",
"preact-compat": "^3.17.0",
"prop-types": "^15.5.10",
"rc-slider": "^8.3.1",
"rc-tooltip": "^3.4.8",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^16.0.1",
"react-router": "^2.8.1"
}
}