-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 791 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 791 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
{
"name": "idol_js.dev",
"version": "1.0.0",
"description": "Development scripts for idol_js",
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@lyric-travel/idol_js": "file:src/lib/idol",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"flow-bin": "^0.104.0",
"flow-copy-source": "^2.0.8",
"graphql": "^14.5.8",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2"
},
"scripts": {
"compile": "babel --source-type module src/es6 -d src/lib && flow-copy-source src/es6 src/lib",
"fmt": "prettier --write './src/es6/**/*.js'"
}
}