-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.84 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
{
"name": "ControlShift",
"version": "1.0.0",
"description": "ControlShift is a set of web tools that helps your organization build community, leadership, and real power among your members",
"main": "src/index.js",
"repository": "[email protected]:controlshift/website-v2.git",
"author": "ControlShift <[email protected]>",
"license": "MIT",
"scripts": {
"start": "npm run-script clean:project; concurrently \"NODE_ENV=development webpack serve --mode=development\" \"jekyll serve --incremental\"",
"build": "npm run-script clean:project; NODE_ENV=production webpack --mode=production --progress --profile --color; JEKYLL_ENV=production jekyll build",
"clean:project": "if [ -e _site ]; then rm -R _site; fi; if [ -e assets ]; then rm -R assets; fi"
},
"dependencies": {
"bootstrap": "^5.0.0",
"concurrently": "^6.2.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.9.0",
"css-loader": "^5.2.6",
"esbuild-loader": "^2.15.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "5.0.2",
"file-loader": "^6.0.0",
"hamburgers": "https://github.com/lewebsimple/hamburgers.git",
"html-webpack-plugin": "^5.3.2",
"jquery": "^3.5.0",
"mailchimp-api-v3": "^1.15.0",
"netlify-cms-app": "^2.14.14",
"netlify-identity-widget": "^1.9.1",
"node-fetch": "^3.2.10",
"@popperjs/core": "^2.11.8",
"sass": "^1.32.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"url-search-params-polyfill": "^8.1.0",
"webpack": "^5.94.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.1",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mini-css-extract-plugin": "^2.1.0",
"resolve-url-loader": "^4.0.0",
"webpack-cli": "^4.7.2"
}
}