-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "bahaghari",
"version": "1.0.0",
"main": "dist/bahaghari.common.js",
"module": "dist/bahaghari.es.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"watch": "onchange \"src/**/*.js\" -- rollup -c",
"test": "jest",
"format": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\" "
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46",
"@babel/plugin-transform-destructuring": "^7.0.0-beta.46",
"@babel/plugin-transform-regenerator": "^7.0.0-beta.46",
"@babel/plugin-transform-runtime": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-flow": "^7.0.0-beta.46",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^22.4.3",
"babel-plugin-fast-async": "^6.1.2",
"babel-plugin-lodash": "^3.3.2",
"jest": "^22.4.3",
"onchange": "^4.0.0",
"prettier": "^1.12.1",
"ramda": "^0.25.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "4.0.0-beta.1",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0"
},
"dependencies": {
"bezier": "^0.1.0",
"cross-fetch": "^2.1.1",
"hex-to-rgb": "^1.0.1"
}
}