forked from Heapy/awesome-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "awesome-kotlin",
"version": "1.0.0",
"description": "Awesome list for Kotlin",
"main": "app/src/main.tsx",
"dependencies": {
"babel-polyfill": "6.26.0",
"copy-to-clipboard": "3.0.8",
"normalize.css": "7.0.0",
"query-string": "5.0.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"typestyle": "1.5.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": "7.2.3",
"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.9",
"style-loader": "0.19.1",
"ts-loader": "3.2.0",
"typescript": "2.6.2",
"url-loader": "0.6.2",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.7"
},
"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"
}