-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "usmcstudy.github.io",
"version": "0.0.0",
"description": "USMC Study Guide",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "pulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/usmcstudy/usmcstudy.github.io.git"
},
"keywords": [
"usmc",
"study",
"react",
"webapp",
"material-ui"
],
"author": "Athan Clark <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/usmcstudy/usmcstudy.github.io/issues"
},
"homepage": "https://github.com/usmcstudy/usmcstudy.github.io#readme",
"dependencies": {
"@material-ui/core": "^3.9.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"tweetnacl-util": "^0.15.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"envify": "^4.1.0",
"html-minifier": "^3.5.21",
"uglify-js": "^3.4.9",
"uglifyify": "^5.0.1"
}
}