-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.82 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
{
"name": "react-sacrud",
"version": "0.0.4-dev0",
"description": "React AJAX CRUD interface connected to any backends",
"main": "lib/react-sacrud.min.js",
"scripts": {
"build": "NODE_ENV=production webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "3.5.0",
"css-loader": "^0.28.1",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"img-loader": "^2.0.0",
"mocha": "3.3.0",
"node-sass": "^4.5.2",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"url-join": "^2.0.1",
"url-loader": "^0.5.8",
"webpack": "2.5.1",
"yargs": "8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sacrud/react-sacrud"
},
"keywords": [
"webpack",
"es6",
"starter",
"library",
"universal",
"umd",
"commonjs"
],
"author": {
"name": "uralbash",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/sacrud/react-sacrud",
"bugs": "https://github.com/sacrud/react-sacrud/issues",
"dependencies": {
"axios": "^0.16.1",
"bootstrap": "^3.3.7",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-bootstrap-table": "^3.3.3",
"react-dom": "^15.5.4",
"react-jsonschema-form": "^0.48.2"
}
}