forked from Heapy/awesome-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.34 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": "index.js",
"dependencies": {
"babel-polyfill": "6.23.0",
"normalize.css": "4.2.0",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-router": "3.0.0"
},
"devDependencies": {
"@types/history": "^2.0.39",
"@types/node": "^6.0.46",
"@types/react": "^15.0.21",
"@types/react-dom": "^0.14.23",
"@types/react-router": "3",
"autoprefixer": "6.7.7",
"css-loader": "0.28.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "2.28.0",
"less": "2.7.2",
"less-loader": "4.0.3",
"postcss-loader": "1.3.3",
"style-loader": "0.16.1",
"ts-loader": "2.0.3",
"typescript": "^2.2.2",
"url-loader": "0.5.8",
"webpack": "2.4.1",
"webpack-dev-server": "2.4.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": "ISC",
"bugs": {
"url": "https://github.com/KotlinBy/awesome-kotlin/issues"
},
"homepage": "https://github.com/KotlinBy/awesome-kotlin#readme"
}