-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
38
{
"name": "helfaut",
"version": "1.0.0",
"description": "```bash\r npm init\r ```",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"start": "serve public -s -l tcp://0.0.0.0:8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelDouay/Helfaut.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamuelDouay/Helfaut/issues"
},
"homepage": "https://github.com/SamuelDouay/Helfaut#readme",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"prettier": "^2.3.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.14.2",
"@sentry/browser": "^6.9.0",
"@sentry/tracing": "^6.9.0",
"serve": "^11.3.2"
}
}