-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.43 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
{
"scripts": {
"production": "webpack --config ./webpack_production.config.js",
"development": "node server.js",
"jslint": "npm run standardx",
"scsslint": "npm run stylelint '**/*.scss'",
"htmlhint": "npm run htmlhint"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@barba/router": "^2.1.10",
"@csstools/normalize.css": "^10.1.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"debug": "^4.1.1",
"eslint-plugin-compat": "^3.5.1",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.1",
"image-webpack-loader": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass-json-importer": "^4.3.0",
"postcss-loader": "^3.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"standardx": "^5.0.0",
"stylelint": "^13.3.3",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-no-unsupported-browser-features": "^4.0.0",
"video.js": "^7.8.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2"
},
"dependencies": {
"@barba/core": "^2.9.7",
"gsap": "^3.2.6",
"intersection-observer": "^0.11.0",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"paper": "^0.12.4",
"rfs": "^9.0.3"
}
}