-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 910 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
{
"name": "mangopress",
"scripts": {
"start": "concurrently \"npm run dev\" \"npm run serve\"",
"dev": "mango dev",
"build": "mango build",
"serve": "php -S 0.0.0.0:8000 -t public",
"prettier": "prettier --write \"theme/scripts/**/*.{js,jsx,ts,tsx}\"",
"upgrade-interactive": "npm-check --update"
},
"dependencies": {
"@mangoweb/sass-base": "^0.0.5",
"@mangoweb/scripts-base": "0.0.13",
"@mangoweb/shapes-fallback": "0.0.2",
"@types/jquery": "^3.3.33",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"lodash-es": "^4.17.15",
"lt-ie-9": "^0.1.2",
"nette-forms": "^3.0.3",
"normalize-scss": "^7.0.1",
"npm-check": "^5.9.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"devDependencies": {
"concurrently": "^5.1.0",
"prettier": "^1.19.1",
"typescript": "^3.8.2"
}
}