-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 820 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 820 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
{
"name": "Stk",
"version": "0.1.0",
"private": true,
"description": "Stk is a free, real time stock quotes, charts and market overview.",
"license": "MIT",
"repository": "ninjarab/stk",
"author": {
"name": "Mehdi Beddiaf",
"email": "mehdi.beddiaf@gmail.com"
},
"scripts": {
"build:ps": "pulp build --to dist/app.js && parcel build --no-source-maps dist/app.js",
"build:styles": "parcel build dist/styles.scss --no-source-maps",
"build": "npm run build:ps && npm run build:styles",
"watch": "pulp -w build --to dist/app.js"
},
"devDependencies": {
"big-integer": "^1.6.28",
"bulma": "^0.7.1",
"echarts": "^4.1.0",
"node-sass": "^4.9.3",
"parcel-bundler": "^1.9.7",
"pulp": "^12.2.0",
"purescript": "^0.11.7",
"purescript-psa": "^0.6.0"
}
}