-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "naturalscript-loader",
"version": "1.0.0",
"description": "The official NaturalScript Loader",
"main": "build.js",
"scripts": {
"start": "webpack --config webpack.config.js --mode production --progress",
"build": "webpack --config webpack.config.js --mode production --progress",
"test": "webpack --config webpack.config.js --mode production --progress"
},
"dependencies": {
"@babel/core": "",
"@babel/polyfill": "",
"@babel/preset-env": "",
"babel-core": "",
"babel-loader": "^8.0.0-beta",
"babel-minify-webpack-plugin": "",
"compression-webpack-plugin": "",
"css-loader": "",
"figlet": "",
"optimize-css-assets-webpack-plugin": "",
"particles.js": "",
"rusha": "",
"shelljs": "",
"style-loader": "",
"terser-webpack-plugin": "",
"url-loader": "",
"webpack": "",
"webpack-cli": "",
"webpack-plugin-install-deps": ""
},
"repository": {
"type": "git",
"url": "https://github.com/project-jste/loader"
},
"keywords": [
"node",
"jste",
"framework",
"loader",
"js",
"html",
"css"
],
"author": "Jste Team",
"homepage": "https://project-jste.github.io/",
"devDependencies": {
"uglify-es": "github:mishoo/UglifyJS2#harmony"
}
}