-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
{
"name": "rtnews",
"version": "1.0.0",
"description": "news.radio-t.com",
"author": "Igor Adamenko",
"repository": {
"type": "git",
"url": "git+https://github.com/igoradamenko/rtnews-ui.git"
},
"sideEffects": [
"*.scss",
"./src/main.tsx",
"./src/patchPreactContext.js"
],
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/enzyme": "^3.9.1",
"@types/jest": "^24.0.11",
"@types/quill": "^2.0.2",
"@types/react": "^16.8.12",
"@types/react-dom": "^16.8.3",
"@types/react-redux": "^7.0.6",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-hash-link": "^1.2.1",
"babel-loader": "^8.0.5",
"babel-preset-jest": "^24.6.0",
"copy-webpack-plugin": "^5.0.2",
"core-js": "^3.0.1",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-preact": "^0.2.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"intersection-observer": "^0.5.1",
"jest": "^24.7.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.1",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"preact-compat-enzyme": "^0.2.5",
"preact-context": "^1.1.3",
"preact-render-to-string": "^4.1.0",
"preact-test-utils": "^0.1.4",
"quill": "^1.3.7",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"react-router-scroll-4": "^1.0.0-beta.2",
"react-svg-inline": "^2.1.1",
"redux": "^4.0.1",
"sass-loader": "^7.1.0",
"svg-inline-loader": "^0.8.0",
"ts-jest": "^24.0.2",
"ts-loader": "^5.3.3",
"typescript": "^3.4.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"whatwg-fetch": "^3.0.0"
}
}