-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 885 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 885 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
29
30
31
{
"name": "@symbo.ls/starter-kit",
"version": "1.0.0",
"description": "Example dev setup to use Symbols",
"author": "symbo.ls",
"private": true,
"repository": "https://github.com/symbo-ls/starter-kit",
"scripts": {
"start": "rm -rf .parcel-cache dist; parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"fastclick": "^1.0.6",
"imagesloaded": "^5.0.0",
"smbls": "latest"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"@parcel/babel-preset-env": "^2.0.1",
"@parcel/transformer-inline-string": "^2.9.1",
"@parcel/transformer-raw": "^2.9.1",
"buffer": "^6.0.3",
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"parcel": "^2.0.1",
"standard": "^16.0.1"
}
}