forked from Heapy/awesome-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "awesome-kotlin",
"version": "1.0.0",
"description": "Awesome list for Kotlin",
"main": "app/src/main.tsx",
"dependencies": {
"babel-polyfill": "6.26.0",
"normalize.css": "7.0.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-router": "3.2.0"
},
"devDependencies": {
"@types/history": "3.2.1",
"@types/node": "8.0.47",
"@types/react": "16.0.18",
"@types/react-dom": "16.0.2",
"@types/react-router": "3.0.9",
"autoprefixer": "7.1.6",
"css-loader": "0.28.7",
"file-loader": "1.1.5",
"html-webpack-plugin": "2.30.1",
"less": "2.7.3",
"less-loader": "4.0.5",
"postcss-loader": "2.0.8",
"style-loader": "0.19.0",
"ts-loader": "3.1.0",
"typescript": "2.5.3",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.3"
},
"scripts": {
"prestart": "yarn install",
"start": "webpack-dev-server",
"pack": "webpack -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"
}