-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "reactronic-react-typescript-boilerplate",
"version": "0.0.0",
"private": true,
"description": "Boilerplate: Reactronic, React, Emotion, TypeScript",
"author": "Yury Chetyrko <[email protected]> (https://gitlab.com/ychetyrko)",
"license": "MIT",
"homepage": "https://gitlab.com/nezaboodka/reactronic-demo",
"main": "index.tsx",
"repository": {
"type": "git",
"url": "https://gitlab.com/nezaboodka/reactronic-demo.git"
},
"dependencies": {
"node-fetch": "2.6.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-router": "5.0.1",
"reactronic": "0.9.32",
"emotion": "10.0.14",
"normalize-url": "4.3.0",
"markdown-it": "9.1.0",
"markdown-it-prism": "2.0.2",
"prismjs": "1.17.1"
},
"devDependencies": {
"@types/node": "12.7.2",
"@types/node-fetch": "2.5.0",
"@types/prismjs": "1.16.0",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-router": "5.0.3",
"awesome-typescript-loader": "5.2.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-external-helpers": "6.22.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"react-hot-loader": "4.8.0",
"source-map-loader": "0.2.4",
"style-loader": "0.23.1",
"tslint": "5.18.0",
"tslint-loader": "3.5.4",
"tslint-react": "4.0.0",
"typescript": "3.5.3",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-config": "7.5.0",
"webpack-dev-server": "3.2.1",
"braces": "3.0.2"
},
"scripts": {
"start": "node server.js",
"publish": "webpack --mode=production"
}
}