-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "freelance-template",
"version": "0.0.1",
"description": "Bunch of templates usefull for every freelancer",
"keywords": [
"association",
"protection-animale"
],
"main": "js/FreelanceTemplate.js",
"scripts": {
"build": "webpack --config src/tools/webpack.prod.js ",
"watch": "webpack --watch --config src/tools/webpack.dev.js",
"server": "ws --spa index.html --port 1337 --http2",
"beforecommit": "npm run build && npm run doc"
},
"homepage": "https://github.com/Asiberus/Freelance-Template",
"repository": {
"type": "git",
"url": "git+https://github.com/Asiberus/Freelance-Template.git"
},
"bugs": {
"url": "https://github.com/Asiberus/Freelance-Template/issues"
},
"author": "Arthur Beaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.13.0",
"eslint-webpack-plugin": "^2.2.1",
"file-loader": "^6.2.0",
"jsdoc": "^3.6.6",
"local-web-server": "^4.2.1",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^4.14.1",
"postcss": "^8.1.7",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-webpack-plugin": "^2.1.1",
"tui-jsdoc-template": "^1.2.2",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.3.0"
}
}