-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.06 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.06 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
{
"name": "react-tutorials",
"version": "0.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"babel-polyfill": "6.26.0",
"bootstrap": "3.3.7",
// "enzyme": "2.9.1",
"immutable": "3.8.2",
"less": "2.7.3",
"less-loader": "3.0.0",
"material-ui": "0.20.0",
"prop-types": "15.6.0",
"react-bootstrap": "0.31.5",
"react-color": "2.13.8",
"react-data-grid": "3.0.11",
"react-hint": "2.0.3",
"react-icons": "^3.2.2",
"react-loader-advanced": "^1.7.1",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-transition": "^1.2.1",
"react-spinners": "^0.3.2",
"react-tabs": "2.2.2",
"recharts": "1.0.0-alpha.6",
"redux": "3.7.2",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
// "snapsvg": "^0.5.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "0.28.7",
"enzyme": "2.9.1",
"file-loader": "1.1.5",
"jest": "21.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "16.0.0",
"style-loader": "0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot",
"package": "webpack --content-base src --inline --hot",
"build": "webpack",
"start": "react-scripts start",
"test": "jest",
"test:watch": "npm test -- --watch",
"eject": "react-scripts eject"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "./test/fileMock.js",
"\\.(css|less)$": "<rootDir>/test/styleMock.js"
}
},
"author": "Oliver Watkins",
"license": ""
}