-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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": "sparrow",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "dist/sparrow.js",
"homepage": "http://www.sparrowzoo.net",
"scripts": {
"test": "coffee make react-next-13",
"dist": "coffee make dist",
"start": "coffee react-next-13/server.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparrowzoo/sparrow-js.git"
},
"dependencies": {
"@mui/system": "^5.15.20",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"code-prettify": "^0.1.0",
"del": "^3.0.0",
"echarts": "^4.6.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-less": "~4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"js-sql-parse": "^0.2.9",
"lessc": "^1.0.2",
"purecss": "^1.0.0",
"requirejs": "^2.3.6",
"requirejs-domready": "^2.0.3",
"sass": "^1.77.6"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.2",
"raw-loader": "^4.0.2"
},
"description": "windows install node --- https://nodejs.org/en/download/",
"bugs": {
"url": "https://github.com/sparrowzoo/sparrow-js/issues"
},
"keywords": [
"sparrow",
"js"
],
"author": "harry"
}