-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 877 Bytes
/
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
{
"name": "color-kursach",
"version": "0.1.0",
"private": true,
"dependencies": {
"@jetbrains/kotlin-css": "^1.0.0-pre.89",
"@jetbrains/kotlin-css-js": "^1.0.0-pre.89",
"@jetbrains/kotlin-react-router-dom": "^4.3.1-pre.89",
"@jetbrains/kotlin-styled": "^1.0.0-pre.89",
"inline-style-prefixer": "^5.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-highlight": "^0.12.0",
"react-router-dom": "^5.1.2",
"styled-components": "^4.4.1"
},
"devDependencies": {
"react-scripts-kotlin": "4.0.2"
},
"scripts": {
"start": "react-scripts-kotlin start",
"build": "react-scripts-kotlin build",
"eject": "react-scripts-kotlin eject",
"gen-idea-libs": "react-scripts-kotlin gen-idea-libs",
"get-types": "react-scripts-kotlin get-types --dest=src/types",
"postinstall": "npm run gen-idea-libs"
}
}