-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 987 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 987 Bytes
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
{
"name": "@amendable/breakpoints-css",
"version": "0.3.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"license": "MIT",
"homepage": "https://github.com/amendable/breakpoints-css",
"bugs": {
"url": "https://github.com/amendable/breakpoints-css/issues"
},
"repository": "amendable/breakpoints-css",
"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.11.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0"
},
"scripts": {
"build": "rimraf dist && microbundle build --no-compress --name amendableBreakpointsCss",
"watch": "microbundle watch --no-compress",
"test": "jest"
},
"dependencies": {
"@amendable/hash": "^0.1.0",
"@babel/runtime": "^7.8.3",
"lodash": "^4.17.15"
},
"prettier": "@amendable/prettier-config"
}