-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.2 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
{
"name": "ma-search-interview",
"version": "1.0.0",
"description": "Connect to wifi: https://seomoz.atlassian.net/wiki/spaces/TEC/pages/76060941/Wireless+and+VPN+Information",
"main": "index.js",
"scripts": {
"assets": "webpack-dev-server",
"start": "nodemon frontend/server.js",
"test:watch": "mocha -w --require @babel/register --require @babel/polyfill ./tdd/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seomoz/ma-search-interview.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seomoz/ma-search-interview/issues"
},
"homepage": "https://github.com/seomoz/ma-search-interview#readme",
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^7.1.0",
"mongoose": "^5.10.0",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}