This repository was archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.35 KB
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
{
"name": "lemniscate-js",
"version": "1.1.1",
"description": "Lemniscate allows you to infinitely scroll your page in both directions",
"main": "lemniscate.js",
"scripts": {
"build": "webpack --config webpackprod.config.js",
"watch": "webpack --watch --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Slgoetz/lemniscate/"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"babel-register": "^6.26.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"purgecss-webpack-plugin": "^2.1.0",
"sass-loader": "^8.0.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"postcss-loader": "^3.0.0",
"webpack-hot-middleware": "^2.25.0"
},
"author": "Simon Goetz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Slgoetz/lemniscate/issues"
},
"homepage": "https://slgoetz.github.io/lemniscate/",
"dependencies": {
"jquery": "^3.4.1"
}
}