-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
110 lines (110 loc) · 3.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "dneslov",
"version": "0.0.1",
"description": "Dneslov frontend",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"start": "webpack --progress --watch -d --config config/webpack/${RAILS_ENV:-development}.js",
"build": "webpack --progress --config config/webpack/${RAILS_ENV:-development}.js",
"build:css": "true"
},
"keywords": [
"dneslov"
],
"author": "Malo Skrylevo <[email protected]>",
"license": "MIT",
"homepage": "http://dneslov.org",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.8.8",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/plugin-transform-react-inline-elements": "^7.9.0",
"@babel/plugin-transform-react-jsx-self": "^7.12.13",
"@babel/plugin-transform-react-jsx-source": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@babel/types": "^7.9.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.1.0",
"babel-plugin-transform-es3-modules-literals": "^0.0.3",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"compression-webpack-plugin": "^6.1.1",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"dns-packet": "^5.2.2",
"file-loader": "^6.2.0",
"gifsicle": "^5.2.0",
"ignore-loader": "~0.1.2",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^1.3.9",
"mozjpeg": "^7.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pngquant": "^4.0.0",
"postcss": "~8.4.31",
"postcss-import": "^15.1.0",
"postcss-loader": "^4.3.0",
"prop-types": "^15.6.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.56.1",
"sass-loader": "^10.2.0",
"style-loader": "0.13.2",
"svgo": "^2.2.2",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^4.11.1",
"webpack-livereload-plugin": "^2.2.0",
"webpack-manifest-plugin": "~1.1.0",
"webpack-merge": "^5.8.0",
"yarn": "^1.22.13"
},
"dependencies": {
"@jridgewell/gen-mapping": "0.3.1",
"@majioa/react-scroll-pagination": "^0.2.3",
"@soon92/react-json-editor-ajrm": "^2.5.15",
"@types/react": "17.0.38",
"axios": "^1.6.3",
"classlist-polyfill": "^1.2.0",
"custom-event-polyfill": "^0.3.0",
"date-easter": "^1.0.1",
"intro.js": "^2.9.3",
"intro.js-react": "^0.5.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"lodash-decorators": "^6.0.1",
"lory.js": "^2.5.3",
"materialize-css": "git+https://github.com/majioa/materialize.git#v1-release",
"merge-anything": "^3.0.3",
"pickmeup": "git+https://[email protected]/majioa/PickMeUp.git#devel",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-github-login": "git+https://[email protected]/majioa/react-github-login.git#devel",
"react-meta-tags": "^1.0.1",
"react-rails-ujs": "^1.1.0",
"react-showdown": "^2.3.1",
"uuid": "^3.4.0",
"velocity-animate": "^1.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/znamenica/dneslov.git"
},
"snyk": true,
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
}