-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 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
{
"name": "hanacarakan",
"version": "1.0.1",
"description": "Javanese Script Converter",
"scripts": {
"build": "rollup -c",
"dev": "serve public & rollup -c -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcanam/hanacarakan.git"
},
"keywords": [],
"author": "mcanam",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcanam/hanacarakan/issues"
},
"homepage": "https://github.com/mcanam/hanacarakan#readme",
"browserslist": [
"> 0.15%",
"not dead",
"Chrome >= 52",
"Edge >= 15",
"Firefox >= 52",
"Opera >= 45",
"Safari >= 11",
"not op_mini all",
"not IE 11"
],
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.2",
"jest": "^26.6.3",
"node-sass": "^6.0.0",
"postcss": "^8.2.15",
"rollup": "^2.47.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"serve": "^11.3.2"
},
"dependencies": {
"node-waves": "^0.7.6"
}
}