-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 920 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
33
34
{
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.4",
"body-parser": "^1.17.1",
"iterate79": "^1.1.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"mocha": "^3.2.0",
"px2style": "github:pickles2/px2style#develop",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"tiny-slider": "^2.9.1",
"twig-loader": "^0.5.5",
"url-parse": "^1.5.10",
"utils79": "^0.0.5"
}
}