forked from neomjs/neo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.25 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
{
"name": "neo.mjs",
"version": "1.3.11",
"description": "The webworkers driven UI framework",
"repository": {
"type": "git",
"url": "https://github.com/neomjs/neo.git"
},
"scripts": {
"server-start": "webpack-dev-server --open",
"build-all": "node ./buildScripts/buildAll.js -n",
"build-all-questions": "node ./buildScripts/buildAll.js",
"build-my-apps": "node ./buildScripts/webpack/buildMyApps.js",
"build-themes": "node ./buildScripts/webpack/buildThemes.js",
"build-threads": "node ./buildScripts/webpack/buildThreads.js",
"build-docs-examples": "node ./buildScripts/webpack/buildDocsExamples.js",
"create-app": "node ./buildScripts/createApp.js",
"generate-docs-json": "node ./buildScripts/docs/jsdocx.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript",
"frontend",
"framework",
"webworker",
"ecmascript",
"css",
"json"
],
"author": "Tobias Uhlig, Rich Waters",
"license": "MIT",
"bugs": {
"url": "https://github.com/neomjs/neo/issues"
},
"homepage": "https://neomjs.github.io/pages/",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"autoprefixer": "^9.8.4",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^5.1.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"envinfo": "^7.5.1",
"fs-extra": "^9.0.1",
"highlightjs-line-numbers.js": "^2.8.0",
"html-webpack-plugin": "^4.3.0",
"inquirer": "^7.3.0",
"jsdoc": "^3.6.4",
"jsdoc-x": "^4.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-node-externals": "^1.7.2",
"webpack-shell-plugin": "^0.5.0"
},
"devDependencies": {
"siesta-lite": "^5.5.0"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tobiu"
}
}