-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.97 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": "pythagoras-matrix-grid",
"version": "0.1.1",
"author": "Alex <cxdname@gmail.com>",
"dependencies": {
"history": "4.7.2",
"immutable": "^4.0.0-rc.12",
"moment": "^2.22.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-modal": "^3.7.1",
"react-redux": "^5.1.1",
"react-router-dom": "^4.2.2",
"react-scripts": "^2.1.3",
"react-select-plus": "^1.2.0",
"react-select-search": "^0.9.3",
"react-grid-layout": "^0.16.6",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.11.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.11.1",
"expect": "^23.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"fetch-mock": "^7.3.0",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.6.0",
"jest-fetch-mock": "^2.1.0",
"react-hot-loader": "^4.6.3",
"redux-mock-store": "^1.5.3",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.4",
"whatwg-fetch": "^2.0.4"
},
"scripts": {
"start": "npm run dev",
"api": "",
"dev": "webpack-dev-server --hot --colors",
"test": "jest",
"test:watch": "npm test -- --watch",
"test:coverage": "npm test -- --coverage",
"build": "cross-env NODE_ENV=production webpack -p"
}
}