generated from symbo-ls/starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 922 Bytes
/
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
{
"name": "@symbo.ls/examples",
"description": "",
"private": true,
"author": "",
"version": "0.0.1",
"repository": "",
"main": "src/index.js",
"scripts": {
"prestart": "rm -rf .cache dist",
"start": "parcel src/index.html --no-cache",
"start:protected": "npm run prestart && parcel index.html",
"prebuild": "rm -rf .cache dist",
"build": "parcel build index.html",
"build:protected": "parcel build index.html --no-source-maps --no-content-hash",
"reinstall": "rm -rf node_modules/@symbo.ls node_modules/@domql node_modules/domql node_modules/smbls dist yarn.lock .cache && yarn"
},
"dependencies": {
"smbls": "latest"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@emotion/css": "^11.5.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.1.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-svg-sprite": "^1.4.1",
"standard": "^13.1.0"
}
}