forked from Platform-OS/platformos-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
{
"name": "platform-os-documentation",
"version": "2.1.0",
"description": "Documentation for Platform OS",
"private": true,
"repository": "mdyd-dev/nearme-documentation",
"scripts": {
"start": "npx webpack-cli -w",
"clean": "git clean -Xfq $npm_package_config_build_dir/*.{css,js}",
"build": "NODE_ENV=production npx webpack-cli",
"predeploy": "npm run clean && npm run build",
"deploy": "marketplace-kit deploy -f",
"test": "codeceptjs run --steps"
},
"config": {
"build_dir": "marketplace_builder/assets"
},
"author": "PlatformOS",
"homepage": "https://documentation.platform-os.com",
"browserslist": [
"last 2 versions",
"iOS > 7",
"Safari > 6",
"IE >= 10"
],
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.1.3",
"babel-loader": "8.0.0",
"css-loader": "^1.0.0",
"css-mqpacker": "^7.0.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "4.9.3",
"postcss": "^7.0.2",
"postcss-calc": "^6.0.1",
"postcss-csso": "^3.0.0",
"postcss-fixes": "^2.0.1",
"postcss-focus": "^3.0.0",
"postcss-loader": "^3.0.0",
"postcss-pseudoelements": "^5.0.0",
"sass-loader": "^7.1.0",
"webpack": "4.17.1",
"webpack-cli": "^3.1.0",
"webpack-require-from": "^1.3.1"
},
"dependencies": {
"anchor-js": "^4.1.1",
"bootstrap": "^4.1.3",
"metismenu": "^3.0.0-beta.0",
"prismjs": "^1.15.0",
"turbolinks": "^5.2.0"
},
"peerDependencies": {
"mocha": "^5.2.0",
"unirest": "^0.5.1",
"puppeteer": "^1.5.0",
"codeceptjs": "^1.3.1"
}
}