-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "minesweeper-frontends",
"version": "1.0.0",
"private": true,
"description": "",
"author": "Luke Howard <binaryluke@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/binaryluke/minesweeper-frontends.git"
},
"scripts": {
"build-react": "webpack --config webpack-react.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"angular": "^1.4.7",
"bootstrap": "^3.3.5",
"deep-extend": "^0.4.0",
"font-awesome": "^4.4.0",
"jquery": "^2.2.4",
"minesweeper": "^1.0.4",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"expose-loader": "^0.7.5",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"browser": {
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
}
}