forked from ubc/ccel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "ubc-ccel",
"version": "1.0.0",
"description": "package for ccel project",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@wordpress/eslint-plugin": "^12.6.0",
"autoprefixer": "^9.0.0",
"babel-loader": "^8.2.5",
"core-js": "^3.23.3",
"css-loader": "^2.1.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"raw-loader": "^1.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sass": "^1.53.0",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf ./dist && webpack --watch --config ./webpack.config.js --mode development",
"build": "rm -rf ./dist && webpack --config ./webpack.config.js --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@wordpress/html-entities": "^3.15.0",
"react-select": "^5.4.0"
}
}