-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "salien-token-frontend",
"description": "Salien Cheat As a Service Frontend",
"author": "lamdaV",
"license": "MIT",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bunyan": "^1.8.12",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"local-storage": "^1.4.2",
"lokijs": "^1.5.5",
"prop-types": "^15.6.2",
"randomstring": "^1.1.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"semantic-ui-react": "^0.81.3",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "node src/server.js",
"dev": "./node_modules/.bin/nodemon src/server.js | ./node_modules/.bin/bunyan -o short",
"setup": "mkdir -p ./logs/"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}