-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 KB
/
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": "mg-institute-front",
"version": "0.0.1",
"description": "Marcelo Gusella Web School",
"main": "index.js",
"scripts": {
"build": "rm -rf dist; npx parcel build ./src/pages/*.html ./src/pages/components/**/*.html ./src/pages/course/*.html",
"dev": "rm -rf dist; npx parcel watch ./src/pages/*.html ./src/pages/components/**/*.html ./src/pages/course/*.html",
"lint": "npx eslint ."
},
"browserslist": [
"last 3 Chrome version"
],
"author": "Renie Siqueira",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.8.6",
"eslint": "^7.12.1",
"node-sass": "^5.0.0",
"parcel-bundler": "^1.12.5",
"postcss-modules": "^3.2.2",
"posthtml-include": "^1.6.2"
},
"dependencies": {
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/runtime": "^7.12.1",
"bulma": "^0.9.2",
"dot": "^1.1.3",
"dotenv": "^8.2.0",
"http-status-codes": "^2.1.4"
}
}