forked from sambapos/pmpos3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.43 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
{
"name": "pmpos3",
"version": "3.0.100",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"autosuggest-highlight": "^3.1.1",
"blueimp-tmpl": "^3.11.0",
"expr-eval": "^1.2.2",
"faker": "^4.1.0",
"history": "^4.7.2",
"immutable": "^4.0.0-rc.9",
"js-beautify": "^1.7.5",
"lodash": "^4.17.10",
"material-ui-pickers": "^1.0.0-rc.11",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-ace": "^5.10.0",
"react-autosuggest": "^9.3.4",
"react-beautiful-dnd": "^6.0.2",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts-ts": "^2.16.0",
"react-swipeable-views": "^0.12.15",
"react-text-mask": "^5.4.2",
"react-virtualized": "^9.20.1",
"recharts": "^1.1.0",
"redux": "^3.7.2",
"redux-raven-middleware": "^1.2.0",
"redux-thunk": "^2.3.0",
"sambadna-core": "^1.0.1",
"shortid": "^2.2.12",
"typeface-roboto": "0.0.45",
"y-array": "^11.0.0-5",
"y-indexeddb": "^9.0.0-6",
"y-map": "^11.0.0-1",
"y-memory": "^9.0.0-1",
"yjs": "^13.0.0-66"
},
"scripts": {
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts-ts start",
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/classnames": "^2.2.6",
"@types/enzyme": "^3.1.12",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/history": "^4.6.2",
"@types/jest": "^21.1.10",
"@types/node": "^8.10.21",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/react-redux": "^5.0.20",
"@types/react-router-dom": "^4.3.0",
"@types/react-router-redux": "^5.0.15",
"@types/react-test-renderer": "^16.0.1",
"@types/react-virtualized": "^9.18.4",
"@types/shortid": "0.0.29",
"@types/webpack": "^3.8.14",
"@types/webpack-env": "^1.13.6",
"cross-env": "^5.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"gh-pages": "^1.2.0",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.4.1",
"tslint-config-prettier": "^1.14.0",
"typescript": "^2.9.2"
},
"homepage": "https://emreeren.github.io/pmpos3"
}