-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 1.05 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
{
"name": "cookiwi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Peter Roj",
"scripts": {
"dev": "SET NODE_ENV=development && webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development && webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/preset-react": "^7.8.3",
"babel-polyfill": "^6.26.0",
"core-js": "^3.6.5",
"cross-env": "^6.0.3",
"laravel-mix": "^4.1.2",
"laravel-mix-polyfill": "^1.1.1",
"sass": "^1.22.9",
"sass-loader": "^7.2.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"js-cookie": "^2.2.1",
"jss": "^10.3.0",
"lodash.assign": "^4.2.0"
},
"license": "MIT"
}