-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fast-fastcli",
"version": "0.1.4",
"main": "index.js",
"author": "Robert Zibert",
"license": "MIT",
"bin": {
"fast": "./build/index.js"
},
"scripts": {
"build": "rm -rf ./build && babel ./src --out-dir ./build",
"prepare": "yarn run build",
"watch": "rm -rf ./build && babel ./src --watch --out-dir ./build",
"test": "exit 0",
"quasar": "quasar dev"
},
"dependencies": {
"await-to-js": "^2.1.1",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-plugin-source-map-support": "^2.0.1",
"babel-polyfill": "^6.26.0",
"chokidar": "^2.0.4",
"colors": "^1.2.1",
"commander": "^2.15.1",
"fast-fluent": "^0.1.18",
"fluent-formio": "^0.1.3",
"globby": "^8.0.1",
"hygen": "^1.6.2",
"lodash": "^4.17.5",
"progress": "^2.0.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"semver": "^5.5.1",
"walk-sync": "^0.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-stack-trace-sourcemap": "^1.0.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint-config-orionsoft": "^1.2.8"
},
"publishConfig": {
"access": "public"
},
"fastMinimalDependiencies": {
"vue": "3.0.0",
"quasar": "0.17.0"
}
}