-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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": "ethicalads.io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode=development --progress --color",
"watch": "webpack --config webpack.config.js --mode=development --watch",
"dist": "webpack --config webpack.config.js --mode=production --progress --color",
"deploy": "npm run dist && gh-pages -d www",
"lint": "prettier -c .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtfd/ethicalads.io.git"
},
"author": "Read the Docs, Inc.",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/rtfd/ethicalads.io/issues"
},
"homepage": "https://github.com/rtfd/ethicalads.io#readme",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"aos": "^3.0.0-beta.6",
"bootstrap": "^4.5.0",
"choices.js": "^9.0.1",
"countup.js": "^1.9.3",
"dropzone": "^5.7.0",
"flickity": "^2.2.1",
"flickity-fade": "^1.0.0",
"highlightjs": "^9.16.2",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jarallax": "^1.12.1",
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"smooth-scroll": "^16.1.3",
"typed.js": "^2.0.11"
},
"devDependencies": {
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^8.0.0",
"postcss": "^8.4.4",
"prettier": "^2.1.1",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
}
}