-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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
61
62
63
{
"name": "react-scripts-kotlin",
"version": "2.1.9",
"description": "Configuration and scripts for Create React App.",
"repository": "JetBrains/create-react-kotlin-app",
"license": "MIT",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://youtrack.jetbrains.com/issues/CRKA"
},
"files": [
"bin",
"config",
"scripts",
"template",
"template-idea",
"utils"
],
"bin": {
"react-scripts-kotlin": "./bin/react-scripts-kotlin.js"
},
"scripts": {
"build": "node ./scripts/build",
"start": "node ./scripts/start"
},
"dependencies": {
"@jetbrains/gen-idea-libs": "^1.0.9",
"@jetbrains/kotlin-extensions": "^1.0.1-pre.22",
"@jetbrains/kotlin-react": "^16.2.1-pre.22",
"@jetbrains/kotlin-react-dom": "^16.2.1-pre.22",
"@jetbrains/kotlin-webpack-plugin": "^1.2.5",
"@jetbrains/ts2kt-automator": "^1.0.10",
"autoprefixer": "8.4.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "0.28.11",
"dotenv": "5.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"fs-extra": "6.0.0",
"html-webpack-plugin": "3.2.0",
"kotlin": "^1.2.31",
"kotlinx-html": "^0.6.9",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"react-dev-utils": "^4.1.0",
"react-error-overlay": "^2.0.2",
"source-map-loader": "0.2.3",
"style-loader": "0.21.0",
"url-loader": "1.0.1",
"webpack": "^3.7.1",
"webpack-dev-server": "2.11.2",
"webpack-manifest-plugin": "2.0.2",
"whatwg-fetch": "2.0.4"
},
"optionalDependencies": {
"fsevents": "1.1.3"
}
}