-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 859 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 859 Bytes
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
{
"name": "dev-env",
"version": "1.0.0",
"description": "* Developer Instructions ** Dependencies *** Linux 1) docker 2) build-essential 3) Arduino IDE 4) c++filt 5) golang-go",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/conservify/dev-env.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/conservify/dev-env/issues"
},
"homepage": "https://github.com/conservify/dev-env#readme",
"dependencies": {
"@vue/cli": "^3.7.0",
"@vue/cli-init": "^3.7.0",
"body-parser": "^1.19.0",
"expo-cli": "^2.15.4",
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"multiparty": "^4.2.1",
"serve-static": "^1.14.1",
"vue-native-cli": "0.0.6"
}
}