-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 850 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
{
"name": "formation-javascript-avance",
"version": "1.0.0",
"description": "Formation JavaScript Avancé",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/runtime-corejs2": "^7.7.2",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"parcel-bundler": "^1.12.4",
"vuepress": "^1.2.0",
"vuepress-plugin-global-toc": "^1.0.1"
},
"keywords": [
"training",
"formation",
"javascript",
"advanced"
],
"browserslist": "last 5 Chrome versions, last 5 Firefox versions",
"jest": {}
}