This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.39 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
75
76
77
78
{
"name": "kinto-kept",
"version": "0.0.1",
"description": "Kept built with React, Redux, and Kinto",
"scripts": {
"dist": "NODE_ENV=production node_modules/.bin/webpack --progress --config webpack.prod.js && cp index.html css/* dist/",
"lint": "node_modules/.bin/eslint scripts",
"publish-to-gh-pages": "rm -rf build && PUBLIC_PATH='/kinto-kept/' npm run dist && cp -R dist build && gh-pages --add --dist build/",
"start": "node_modules/.bin/webpack-dev-server --config webpack.dev.js --port=3000 --hot"
},
"files": [
"dist"
],
"engineStrict": false,
"engines": {
"npm": "^2.14.7",
"node": ">=4"
},
"dependencies": {
"atob": "^2.0.3",
"btoa": "^1.1.2",
"kinto": "^3.1.0",
"react": "^15.0.1",
"react-bootstrap": "^0.29.5",
"react-chartist": "^0.10.2",
"react-dom": "^15.0.1",
"react-jsonschema-form": "^0.35.0",
"react-redux": "^4.0.0",
"react-router": "^2.4.1",
"react-router-redux": "4.0.5",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redux": "^3.0.4",
"redux-saga": "^0.10.5",
"uuid": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.12.0",
"eslint-plugin-react": "^5.2.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gh-pages": "^0.11.0",
"redbox-react": "^1.2.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.10.5",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spiral-project/kinto-kept.git"
},
"keywords": [
"kinto",
"react",
"kept"
],
"author": "Kinto Team <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spiral-project/kinto-kept/issues"
},
"homepage": "https://github.com/spiral-project/kinto-kept#readme"
}