This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.62 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
{
"name": "pytatki",
"version": "v1.1.0",
"description": "[![CodeFactor](https://www.codefactor.io/repository/github/PRD-ev/pytatki/badge)](https://www.codefactor.io/repository/github/PRD-ev/pytatki) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/888414de92604fbbbd46b42c04e96e81)](https://www.codacy.com/app/pniedzwiedzinski19/pytatki?utm_source=github.com&utm_medium=referral&utm_content=PRD-ev/pytatki&utm_campaign=Badge_Grade) [![CircleCI](https://circleci.com/gh/PRD-ev/pytatki.svg?style=svg)](https://circleci.com/gh/PRD-ev/pytatki)",
"main": "/components/index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"build": "webpack --mode production",
"coverage": "jest --coverage",
"watch": "webpack --mode development --watch",
"dev": "python3 run.py | npm run watch",
"setup": "cp examples/config.json .",
"start": "uwsgi --ini config.ini",
"start2": "source venv/bin/activate.fish && uwsgi --ini config.ini"
},
"jest": {
"moduleNameMapper": {
"^.+\\.(css|less|scss)$": "identity-obj-proxy"
},
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupTestFrameworkScriptFile": "<rootDir>/enzymeConfig.js"
},
"author": "Filip Wachowiak",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.3.1",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^1.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-to-json": "^3.3.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"postcss-loader": "^3.0.0",
"react-test-renderer": "^16.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"draft-js": "^0.10.5",
"react": "^16.6.1",
"react-contextmenu": "^2.10.0",
"react-dom": "^16.6.1"
},
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterfly-pn/pytatki.git"
},
"bugs": {
"url": "https://github.com/butterfly-pn/pytatki/issues"
},
"homepage": "https://github.com/butterfly-pn/pytatki#readme"
}