-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.55 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
{
"name": "phh-frontend",
"version": "1.0.0",
"description": "The frontend for my PHH (programmer humor hackathon) submission. Look away, the code and functionality hurts.",
"main": "/dev/null",
"repository": "https://github.com/krystof1119/PHHfrontend",
"author": "krystof1119 <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"start": "webpack --config webpack.config.js --watch --mode=development"
},
"dependencies": {
"@angular/animations": "^8.2.2",
"@angular/cdk": "^8.1.3",
"@angular/common": "^8.2.2",
"@angular/compiler": "^8.2.2",
"@angular/compiler-cli": "^8.2.2",
"@angular/core": "^8.2.2",
"@angular/forms": "^8.2.2",
"@angular/material": "^8.1.3",
"@angular/platform-browser": "^8.2.2",
"@angular/platform-browser-dynamic": "^8.2.2",
"@apollo/react-hooks": "^3.0.1",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@ngtools/webpack": "^8.2.2",
"@types/angular": "^1.6.56",
"@types/bootstrap": "^4.3.1",
"@types/jquery": "^3.3.31",
"@types/popper.js": "^1.11.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.8.5",
"@types/react-redux": "^7.1.2",
"@types/redux": "^3.6.0",
"@types/vue": "^2.0.0",
"apollo-boost": "^0.4.4",
"apollo-cache": "^1.3.2",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.12",
"apollo-utilities": "^1.3.2",
"babel-loader": "^8.0.6",
"before-build-webpack": "^0.2.9",
"bootstrap": "^4.3.1",
"caniuse-lite": "^1.0.30000989",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"core-js": "^3.2.1",
"css-loader": "^3.2.0",
"graphql": "^14.5.4",
"jquery": "^3.4.1",
"ncp": "^2.0.0",
"popper.js": "^1.15.0",
"postcss": "^7.0.17",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-apollo": "^3.0.1",
"react-dom": "^16.9.0",
"react-modal": "^3.10.1",
"react-redux": "^7.1.0",
"react-toolbox": "^2.0.0-beta.13",
"react-transition-group": "^4.2.2",
"redux": "^4.0.4",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"style-loader": "^1.0.0",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"zone.js": "~0.9.1"
}
}