-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "@amendable/inline-props-css",
"version": "0.2.2",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/amendable/inline-props-css",
"bugs": {
"url": "https://github.com/amendable/inline-props-css/issues"
},
"repository": "amendable/inline-props-css",
"dependencies": {
"@amendable/inline-style-properties": "^0.5.0",
"@babel/runtime": "^7.8.3",
"lodash": "^4.17.15"
},
"devDependencies": {
"@amendable/prettier-config": "^1.0.0",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-plugin-lodash": "^3.3.4",
"jest": "^25.1.0",
"microbundle": "^0.12.0-next.8",
"prettier": "^1.19.1",
"rimraf": "^3.0.1"
},
"peerDependencies": {
"@amendable/core": ">=0.2.0"
},
"scripts": {
"build": "rimraf dist && microbundle build --no-compress --name amendableInlinePropsCss",
"watch": "microbundle watch --no-compress",
"test": "jest"
},
"prettier": "@amendable/prettier-config"
}