-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 895 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
35
36
{
"name": "store_front",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "subpkg run build",
"clean": "rm -rf backend/public && git checkout backend/public/index.php backend/public/.htaccess && rm backend/resources/views/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cadentic/store_front.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cadentic/store_front/issues"
},
"homepage": "https://github.com/cadentic/store_front#readme",
"devDependencies": {
"subpackage": "^1.1.0"
},
"subPackages": [
"main-site",
"email-builder",
"courses-site",
"teacher-panel",
"material-dashboard-react-master",
"vue-dashboard",
"whole",
"forms"
],
"dependencies": {
"material-ui": "^0.20.2"
}
}