forked from memosanchez/shortfuts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 943 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
29
30
31
32
{
"name": "shortfuts",
"version": "4.4.0",
"description": "Exposes keyboard shortcuts for FIFA Ultimate Team (FUT) web app.",
"scripts": {
"build": "./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack -w"
},
"author": "Joe Martella",
"license": "MIT",
"devDependencies": {
"@types/chrome": "0.0.60",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"css-loader": "^0.28.11",
"node-sass": "^4.9.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.3",
"typescript": "^2.7.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.1.3"
},
"dependencies": {
"@uifabric/styling": "^5.21.0",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"office-ui-fabric-react": "^5.76.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}