forked from Platform-OS/platformos-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.69 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
{
"name": "platform-os-documentation",
"version": "1.0.0",
"description": "Documentation for Platform OS",
"private": true,
"repository": "mdyd-dev/nearme-documentation",
"scripts": {
"start": "npm run assets",
"assets": "webpack -w --env development",
"serve": "bundle exec jekyll serve -w --incremental",
"build": "webpack -p --env production",
"test": "codeceptjs run --steps"
},
"author": "PlatformOS",
"homepage": "https://github.com/mdyd-dev/nearme-documentation",
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"cache-loader": "^1.2.2",
"clean-webpack-plugin": "^0.1.19",
"codeceptjs": "^1.1.7",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"flow-bin": "^0.69.0",
"flow-typed": "^2.4.0",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-inline-chunk-plugin": "^1.1.1",
"html-webpack-plugin": "^3.2.0",
"mocha": "^5.0.5",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"puppeteer": "^1.2.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"unirest": "^0.5.1",
"webpack": "^3.11.0",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"anchor-js": "^4.1.0",
"bootstrap": "^4.0.0-beta.2",
"hammerjs": "^2.0.8",
"normalize-scss": "^7.0.1",
"prismjs": "^1.13.0"
}
}