This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 3.93 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-yxtJAgf88iOGOvMMDCrWecyLMu3bPSVd1+F/XpGNH7DQp2haU7fk5M0B4stlRjE9coK82ONorSQg7biqZasnHw==",
"_location": "/strapi/strapi-admin",
"_phantomChildren": {
"glob": "7.1.3",
"interpret": "1.2.0",
"rechoir": "0.6.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "strapi-admin",
"escapedName": "strapi-admin",
"rawSpec": "3.0.0-alpha.26",
"saveSpec": null,
"fetchSpec": "3.0.0-alpha.26"
},
"_requiredBy": [
"/strapi/strapi-generate-admin"
],
"_resolved": "https://registry.npmjs.org/strapi-admin/-/strapi-admin-3.0.0-alpha.26.tgz",
"_shasum": "ab51d4cd7f0a32284eef68440e57c3bbbbb58246",
"_spec": "[email protected]",
"_where": "/home/turing/.nvm/versions/node/v10.15.3/lib/node_modules/strapi/node_modules/strapi-generate-admin",
"author": {
"name": "Strapi"
},
"bugs": {
"url": "https://github.com/strapi/strapi-admin/issues"
},
"bundleDependencies": false,
"dependencies": {
"intl": "^1.2.5",
"react-ga": "^2.4.1",
"redux": "^4.0.1",
"remove-markdown": "^0.2.2",
"shelljs": "^0.7.8",
"video-react": "^0.13.2"
},
"deprecated": false,
"description": "Strapi Admin",
"devDependencies": {
"cross-env": "^5.0.5",
"sanitize.css": "^4.1.0",
"strapi-helper-plugin": "3.0.0-alpha.26",
"strapi-utils": "3.0.0-alpha.26"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"homepage": "https://github.com/strapi/strapi-admin#readme",
"license": "MIT",
"maintainers": [
{
"name": "Strapi"
}
],
"name": "strapi-admin",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi-admin.git"
},
"scripts": {
"analyze": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
"analyze:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf stats.json",
"build": "cross-env APP_PATH=$APP_PATH npm run build:dll && cross-env NODE_ENV=production IS_ADMIN=true ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
"build:clean": "cross-env node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
"build:dev": "cross-env npm run build:dll && NODE_ENV=development IS_ADMIN=true node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
"build:dll": "cross-env APP_PATH=$APP_PATH NODE_ENV=production IS_ADMIN=true ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.dll.babel.js --color -p --progress",
"generate": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/plop --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
"preanalyze": "npm run analyze:clean",
"prebuild": "cross-env NODE_ENV=production IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/internals/scripts/loadAdminConfigurations.js",
"prepublishOnly": "IS_MONOREPO=true npm run build",
"presetup": "node ./scripts/preSetup.js",
"prestart": "cross-env NODE_ENV=development PORT=4000 IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/internals/scripts/loadAdminConfigurations.js",
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
"setup": "node ./scripts/setup.js",
"start": "cross-env NODE_ENV=development PORT=4000 IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/server",
"test": "echo \"no tests yet\""
},
"version": "3.0.0-alpha.26"
}