-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.35 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "naturalscript",
"version": "1.0.0-nightly",
"description": "A new era of programming",
"main": "webpack",
"scripts": {
"start": "webpack serve --mode=development --open",
"build": "webpack --mode=production",
"test": "webpack serve --mode=development --open"
},
"dependencies": {
"@babel/core": "",
"@babel/plugin-proposal-class-properties": "",
"@babel/preset-react": "",
"@fortawesome/fontawesome-free": "",
"@material-ui/core": "",
"@material-ui/icons": "",
"@react-navigation/native": "",
"@tensorflow/tfjs": "",
"@yavuzmester/css-length-to-px": "",
"animate.css": "",
"animejs": "",
"annyang": "",
"arli": "",
"babel-core": "",
"babel-loader": "",
"babel-minify-webpack-plugin": "",
"blackorwhite": "",
"clone": "",
"compression-webpack-plugin": "",
"core-js": "",
"css-loader": "",
"deep-eql": "",
"dot-prop": "",
"firebase": "",
"fs-readdir-recursive": "",
"history": "",
"hookrouter": "",
"html-minifier": "",
"is-reachable": "",
"is-travis": "",
"jquery": "",
"js-beautify": "",
"material-design-icons": "",
"mathjs": "",
"mdtable2json": "",
"modernizr": "",
"nanoid": "",
"normalize.css": "",
"nsfwjs": "",
"object-merge-advanced": "",
"optimize-css-assets-webpack-plugin": "",
"pegjs": "",
"pegjs-loader": "",
"radium": "",
"randomcolor": "",
"react": "",
"react-aplayer": "",
"react-async": "6.2.2",
"react-dom": "",
"react-grid-system": "",
"react-helmet": "",
"react-router-dom": "",
"react-scripts": "",
"react-slick": "",
"react-video-js-player": "",
"redux": "",
"redux-watch": "",
"script-loader": "",
"store": "",
"string-replace-loader": "",
"string-similarity": "",
"style-loader": "",
"tls": "",
"webpack": "",
"webpack-bundle-analyzer": "",
"webpack-cli": "",
"webpack-dev-server": "4.0.0-beta.2",
"webpack-modernizr-loader": "",
"xregexp": ""
},
"repository": {
"type": "git",
"url": "https://github.com/project-jste/framework"
},
"keywords": [
"node",
"jste",
"naturalscript",
"framework",
"js",
"html",
"css"
],
"author": "NaturalScript Team",
"homepage": "https://project-jste.github.io/",
"license": "AGPL-3.0"
}