-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
92 lines (92 loc) · 2.65 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "potracheno",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/dudeka-team/potracheno.git"
},
"engines": {
"node": "10"
},
"author": "dudeka team",
"license": "MIT",
"keywords": [],
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"start:storybook": "start-storybook -p 9001 -c .storybook",
"build": "rm -rf build/ && cp -R static build && cross-env NODE_ENV=production webpack --progress --colors",
"test": "npm-run-all --parallel test:*",
"test:unit": "jest ./source --passWithNoTests",
"pretest:e2e": "npm run build",
"test:e2e": "node ./cypress/index.js",
"test:lint": "eslint source webpack --ext .js"
},
"bugs": {
"url": "https://github.com/dudeka-team/potracheno/issues"
},
"homepage": "https://wastd.ru",
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@storybook/react": "4.1.16",
"autoprefixer": "8.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.5.0",
"babel-loader": "8.0.5",
"cross-env": "5.2.0",
"css-loader": "0.28.11",
"cypress": "3.2.0",
"eslint": "5.15.1",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"get-port": "4.2.0",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"jest": "24.5.0",
"lint-staged": "8.1.5",
"live-server": "1.2.1",
"mini-css-extract-plugin": "0.5.0",
"npm-run-all": "4.1.5",
"postcss-assets": "5.0.0",
"postcss-loader": "2.1.5",
"prettier": "1.16.4",
"raw-loader": "0.5.1",
"style-loader": "0.23.1",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-bundle-analyzer": "3.1.0",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1",
"webpack-merge": "4.2.1"
},
"dependencies": {
"classnames": "2.2.6",
"dayjs": "1.8.10",
"deep-equal": "1.0.1",
"firebase": "8.2.1",
"material-ui": "0.20.0",
"prop-types": "15.7.2",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-hammerjs": "0.5.0",
"react-hot-loader": "4.8.0",
"react-portal": "3.1.0",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-redux": "4.0.8",
"react-tap-event-plugin": "2.0.1",
"redux": "3.7.2",
"redux-actions": "0.12.0",
"redux-promise-middleware": "4.0.0",
"redux-thunk": "2.3.0",
"shortid": "2.2.14"
}
}