-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 934 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
31
32
33
34
35
36
37
{
"name": "mothbus",
"version": "0.0.0",
"license": "MPL-2.0",
"scripts": {
"dev": "parcel watch 'public/templates/*' --public-url /static/",
"build": "parcel build 'public/templates/*' --public-url /static/"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.2",
"cssnano": "^5.1.12",
"parcel": "^2.8.2",
"parcel-resolver-ignore": "^2.1.3",
"sass": "^1.53.0"
},
"dependencies": {
"anymatch": "^3.1.2",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"fill-range": "^7.0.1",
"glob-parent": "^5.1.2",
"immutable": "^4.1.0",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"source-map-js": "^1.0.2",
"to-regex-range": "^5.0.1"
},
"parcelIgnore": [
".*{{.*}}.*"
]
}