-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.71 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
59
60
61
62
{
"name": "video-scroll-scrubb",
"version": "0.1.0",
"description": "simple webpack scaffolding with nunjucks",
"scripts": {
"build": "webpack",
"build:prod": "webpack --env.production",
"watch": "webpack --watch",
"watch:prod": "webpack --watch --env.production"
},
"author": "Tim Filler <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"autoprefixer": "^10",
"babel-loader": "^8",
"browser-sync": "^2",
"browser-sync-webpack-plugin": "^2",
"clean-webpack-plugin": "^3",
"copy-webpack-plugin": "^6",
"css-loader": "^4",
"eslint": "^7",
"eslint-config-standard": "^14",
"eslint-loader": "^4",
"eslint-plugin-import": "^2",
"eslint-plugin-node": "^11",
"eslint-plugin-promise": "^4",
"eslint-plugin-standard": "^4",
"extra-watch-webpack-plugin": "^1",
"file-loader": "^6",
"mini-css-extract-plugin": "^0",
"node-sass": "^4",
"nunjucks": "^3",
"nunjucks-webpack-plugin": "^5",
"optimize-css-assets-webpack-plugin": "^5",
"postcss": "^8",
"postcss-loader": "^4",
"postcss-preset-env": "^6",
"precss": "^4",
"sass-loader": "^10",
"style-loader": "^1",
"stylelint": "^13",
"stylelint-config-standard": "^20",
"stylelint-scss": "^3",
"stylelint-webpack-plugin": "^2",
"terser-webpack-plugin": "^4",
"ts-loader": "^8",
"typescript": "^4",
"url-loader": "^4",
"webpack": "^4",
"webpack-cli": "^3"
},
"dependencies": {
"@popperjs/core": "^2",
"bootstrap": "^4",
"jquery": "^3",
"waypoints": "^4.0.1"
}
}