forked from Heapy/awesome-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
{
"name": "awesome-kotlin",
"version": "1.0.0",
"description": "Awesome list for Kotlin",
"main": "app/src/main.tsx",
"dependencies": {
"@babel/polyfill": "^7.4.0",
"copy-to-clipboard": "3.0.8",
"normalize.css": "8.0.0",
"query-string": "Heapy/query-string",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"typestyle": "2.0.1"
},
"devDependencies": {
"@types/history": "^4.6.2",
"@types/node": "^8.5.1",
"@types/react": "^16.0.30",
"@types/react-dom": "^16.0.3",
"@types/react-router": "^4.0.19",
"@types/react-router-dom": "^4.2.3",
"autoprefixer": "^9.5.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"scripts": {
"prestart": "yarn install",
"start": "webpack-dev-server --mode development",
"pack": "webpack --mode production -p --env.NODE_ENV production --env.SOURCE_MAP source-map"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KotlinBy/awesome-kotlin.git"
},
"keywords": [
"kotlin"
],
"author": "Ibragimov Ruslan, Labushkina Hanna",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KotlinBy/awesome-kotlin/issues"
},
"homepage": "https://github.com/KotlinBy/awesome-kotlin#readme"
}