-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.35 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react-practise",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --host 0.0.0.0 --inline --progress --colors --port 3000 --content-base src/",
"build": "export NODE_ENV=production && webpack --env.minor --progress --profile --colors && cp src/web.config dist",
"build:doc": "documentation build src/components/** -f=md -g=true -o=./API.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m860/react-practise.git"
},
"author": "m860",
"license": "MIT",
"bugs": {
"url": "https://github.com/m860/react-practise/issues"
},
"homepage": "https://github.com/m860/react-practise#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.3",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"clean-webpack-plugin": "^0.1.8",
"css-loader": "^0.23.1",
"eslint": "^3.8.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.8.5",
"fs-extra": "^4.0.1",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^1.7.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^0.2.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"yargs": "^8.0.2"
},
"dependencies": {
"axios": "^0.16.2",
"classnames": "^2.2.4",
"font-awesome": "^4.7.0",
"guid": "0.0.12",
"immutability-helper": "^2.1.2",
"normalize-css": "^2.3.1",
"prop-types": "^15.5.9",
"purecss": "^1.0.0",
"react": "^15.5.4",
"react-component-data-table": "^1.1.2",
"react-component-panel": "^1.1.1",
"react-dom": "^15.5.4",
"react-redux": "^5.0.3",
"react-router": "^2.0.1",
"react-transition-group": "^1.2.0",
"redux": "^3.6.0",
"redux-persist": "^4.7.1",
"redux-thunk": "^2.2.0"
}
}