-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.15 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.15 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
{
"name": "shedcollective-client-project",
"version": "0.0.0",
"description": "A project by Shed Collective.",
"author": "Shed Collective <hello@shedcollective.org>",
"contributors": [],
"analyze": true,
"license": "UNLICENSED",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js"
},
"devDependencies": {
"@babel/core": "^7.2",
"@babel/preset-env": "^7.2",
"autoprefixer": "^10.4",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^9.1",
"cross-env": "^7.0",
"css-loader": "^7.1",
"file-loader": "^6.2",
"mini-css-extract-plugin": "^2.9",
"sass": "^1.28",
"postcss-loader": "^8.1",
"sass-loader": "^14.2",
"webpack": "^5.92",
"webpack-cli": "^5.1"
},
"dependencies": {
"core-js": "3"
}
}