-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 890 Bytes
/
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
{
"private": true,
"author": {
"name": "Raul-Sebastian Mihăilă",
"email": "raul.mihaila@gmail.com"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^10.2.4",
"crizmas-components": "^2.1.2",
"crizmas-form": "^2.0.2",
"crizmas-mvc": "^2.0.5",
"crizmas-router": "^2.0.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"smart-mix": "^2.0.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}