-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.78 KB
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
{
"name": "react-admin-panel",
"version": "1.0.0",
"description": "Group of react components for admin panel in Altitude Labs",
"main": "lib/index.js",
"scripts": {
"build:prod": "NODE_ENV=production webpack",
"build": "webpack --config webpack.config.js",
"build:example": "nodemon --watch src -e scss,js -x \"NODE_ENV=example webpack --config webpack.example.config.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altitudelabs/react-admin-panel.git"
},
"author": "Altitude Labs",
"license": "ISC",
"peerDependencies": {
"react": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"autoprefixer-loader": "3.2.0",
"babel-cli": "6.24.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"css-loader": "0.28.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"inline-style-prefixer": "3.0.2",
"node-sass": "4.5.2",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"url-loader": "0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2"
},
"bugs": {
"url": "https://github.com/altitudelabs/react-admin-panel/issues"
},
"homepage": "https://github.com/altitudelabs/react-admin-panel#readme",
"dependencies": {
"bluebird": "^3.5.0",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "15.5.10",
"recompose": "^0.22.0"
}
}