generated from ArthurBeaulieu/FrontBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.8 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
53
54
55
56
57
58
{
"name": "ScrollBar.js",
"version": "0.1.0",
"Horizontal": "Horizontal",
"keywords": [],
"main": "src/js/ScrollBar.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"watch": "webpack --watch --config webpack/webpack.dev.js",
"server": "http-server -p 1337 -c-1 -o demo/example.html",
"test": "karma start test/karma.config.js",
"test-dev": "karma start test/karma.config.js --dev=true",
"doc": "jsdoc -c doc/jsDoc.json",
"beforecommit": "npm run test && npm run doc && npm run build"
},
"homepage": "https://github.com/ArthurBeaulieu/ScrollBar.js/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ArthurBeaulieu/ScrollBar.js.git"
},
"bugs": {
"url": "https://github.com/ArthurBeaulieu/ScrollBar.js/issues"
},
"author": "ArthurBeaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cssnano": "^5.1.11",
"eslint": "^8.17.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"http-server": "^14.1.1",
"jasmine": "^4.1.0",
"jasmine-core": "^4.1.1",
"jsdoc": "^3.6.10",
"karma": "^6.3.20",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-webpack": "^5.0.0",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.7.1",
"sass-loader": "^13.0.0",
"stylelint": "^14.8.5",
"stylelint-webpack-plugin": "^3.3.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
}
}