-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.95 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
{
"name": "material-dashboard-react-dark",
"version": "1.5.0",
"description": "Dark fork of Material Dashboard React. Coded by Creative Tim",
"private": false,
"main": "dist/index.js",
"dependencies": {
"@material-ui/core": "3.1.0",
"@material-ui/icons": "3.0.1",
"aws-sdk": "^2.358.0",
"classnames": "2.2.6",
"moment": "^2.22.2",
"npm-run-all": "4.1.3",
"perfect-scrollbar": "1.4.0",
"react": "16.5.2",
"react-circle": "^1.1.1",
"react-dom": "16.5.2",
"react-ga": "^2.5.3",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "NODE_PATH=./src react-scripts build",
"deploy": "aws --profile invictrix s3 sync build/ s3://invictrix-site",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"build-package": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/USA-RedDragon/material-dashboard-react-dark.git"
},
"keywords": [],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/USA-RedDragon/material-dashboard-react-dark/issues"
},
"optionalDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.19.1",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.11.1",
"prettier": "1.14.3"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-module-resolver": "3.1.1",
"babel-plugin-import-rename": "1.0.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-es2015": "6.24.1"
}
}