forked from neomjs/neo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.15 KB
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
{
"name": "neo.mjs",
"version": "3.2.5",
"description": "The webworkers driven UI framework",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/neomjs/neo.git"
},
"scripts": {
"build-all": "node ./buildScripts/buildAll.mjs -f -n",
"build-all-questions": "node ./buildScripts/buildAll.mjs -f",
"build-my-apps": "node ./buildScripts/webpack/buildMyApps.mjs -f",
"build-themes": "node ./buildScripts/buildThemes.mjs -f",
"build-threads": "node ./buildScripts/webpack/buildThreads.mjs -f",
"create-app": "node ./buildScripts/createApp.mjs",
"generate-docs-json": "node ./buildScripts/docs/jsdocx.mjs",
"server-start": "webpack serve -c ./buildScripts/webpack/webpack.server.config.mjs --open",
"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": "^6.0.0",
"@material/mwc-button": "^0.25.3",
"@material/mwc-textfield": "^0.25.3",
"autoprefixer": "^10.4.2",
"chalk": "^5.0.0",
"clean-webpack-plugin": "^4.0.0",
"commander": "^9.0.0",
"cssnano": "^5.0.17",
"envinfo": "^7.8.1",
"fs-extra": "^10.0.1",
"highlightjs-line-numbers.js": "^2.8.0",
"inquirer": "^8.1.5",
"neo-jsdoc": "^1.0.1",
"neo-jsdoc-x": "^1.0.4",
"postcss": "^8.4.7",
"sass": "^1.49.9",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "4.7.4",
"webpack-hook-plugin": "^1.0.7",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"siesta-lite": "^5.5.2"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tobiu"
}
}