forked from volusion/element-atomic-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 955 Bytes
/
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
{
"name": "@volusion/element-atomic-css",
"version": "1.0.0-alpha.6",
"description": "",
"main": "dist/element-atomic-css.js",
"module": "dist/element-atomic-css.mjs",
"scripts": {
"lint": "eslint .",
"test": "jest ",
"test:watch": "jest --watch",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "https://github.com/Volusion2Dev/zero-Blocks.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.6.2",
"aphrodite": "^2.4.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"rollup": "^1.25.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"watchPathIgnorePatterns": [
"<rootDir>/__tests__/utils"
]
}
}