-
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) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 748 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": "vanilla",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bulma": "^0.9.3",
"bulma-checkradio": "^2.1.2",
"bulma-divider": "^0.2.0",
"bulma-switch": "^2.0.0",
"electron": "^16.0.1",
"file-saver": "^2.0.5",
"parcel-bundler": "^1.12.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.43.4",
"simple-crypto-js": "^3.0.0"
},
"scripts": {
"dev:watch": "parcel watch -d ./dist ./src/*.html",
"dev:server": "parcel ./src/*.html",
"electron": "electron main.js",
"build": "rm -rf ./build && parcel build -d build/ --no-cache --no-source-maps --public-url ./ ./src/*.html"
},
"keywords": [],
"author": "",
"license": "ISC"
}