-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "tcs",
"version": "0.14.2",
"description": "Turtle Control Software",
"main": "index.js",
"scripts": {
"watch": "parcel watch ./client/src/index.html --out-dir ./client/dist --public-url ./ --no-hmr",
"build": "parcel build ./client/src/index.html --out-dir ./client/dist --public-url ./",
"lint": "eslint --ext .js client/src/"
},
"repository": "git+https://github.com/TurtleRover/Turtle-Rover-Mission-Control.git",
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"node-sass": "^4.8.3",
"parcel-bundler": "^1.9.7"
},
"dependencies": {
"@hyperapp/logger": "^0.5.0",
"hyperapp": "^1.2.8",
"keyboardjs": "^2.4.1",
"lodash": "^4.17.10",
"nipplejs": "^0.7.1",
"socket.io-client": "^2.1.1"
}
}