-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 964 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 964 Bytes
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
{
"name": "unity-keyboard",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"events": "^2.0.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
},
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"tsc": "tsc",
"generate-c-sharp": "npm run build && node ./scripts/generateCSharp.js"
},
"devDependencies": {
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.15",
"@types/react": "^16.7.17",
"@types/react-dom": "^16.0.11",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"cheerio": "^1.0.0-rc.2",
"node-sass": "^4.11.0",
"typescript": "^3.3.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}