-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.89 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.89 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "hi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"build": "webpack --env.NODE_ENV=production",
"dev": "webpack-dev-server --open --hot --env.NODE_ENV=development & nodemon server/server.js"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
},
"nodemonConfig": {
"ignore": [
"build",
"client"
]
},
"author": "Team MacGonagall",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"js-cookie": "^2.2.0",
"mongodb": "^3.3.0-beta2",
"mongoose": "^5.6.8",
"node-sass": "^4.12.0",
"prop-types": "^15.6.1",
"querystring": "^0.2.0",
"react": "^16.2.0",
"react-bootstrap": "^1.0.0-beta.10",
"react-bootstrap-validation": "^0.1.11",
"react-dom": "^16.3.1",
"request": "^2.88.0",
"tachyons": "^4.11.1",
"validator": "^11.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^7.1.5",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"nodemon": "^1.19.1",
"style-loader": "^0.23.1",
"webpack": "^4.38.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/houta483/CorpBook.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/houta483/CorpBook/issues"
},
"homepage": "https://github.com/houta483/CorpBook#readme"
}