-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "silverstripe-bulma-portfolio-theme",
"version": "1.0.0",
"description": "Silverstripe bulma portfolio theme",
"private": true,
"scripts": {
"build": "NODE_ENV=prod webpack",
"watch": "NODE_ENV=dev webpack --watch"
},
"keywords": [],
"author": "Webmen",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"babel-loader": "^8.2.3",
"bulma": "^0.9.3",
"css-loader": "^6.5.1",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-webpack-plugin": "^3.1.1",
"filemanager-webpack-plugin": "^7.0.0-beta.0",
"postcss": "^8.4.5",
"stylelint": "^13.13.1",
"stylelint-webpack-plugin": "^2.3.2",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.16.8",
"@fortawesome/fontawesome-free": "^6.1.1",
"chart.js": "^3.7.0",
"chartjs-plugin-annotation": "^1.2.2",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.9",
"postcss-loader": "^6.2.1",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}