-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 999 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 999 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": "jss-to-styled-components",
"version": "1.0.1",
"main": "src/index.js",
"repository": "git@github.com:matthizou/jss-to-styled-components.git",
"author": "Matt Izoulet <matthizou@gmail.com>",
"license": "MIT",
"scripts": {
"start": "node ./src/cli.js -css './assets/360-mini.css' -f './tests/HeaderFooterCard.js'",
"processCss": "node ./src/processCss.js ./assets/360.css",
"test": "jest"
},
"bin": {
"jss-to-styled-components": "./cli.js",
"saronara-jss": "./cli.js",
"bye-jss": "./cli.js",
"screw-jss": "./cli.js"
},
"devDependencies": {
"@babel/preset-react": "^7.10.1",
"babel-plugin-tester": "^9.2.0",
"eslint": "^7.1.0",
"jest": "^26.0.1",
"npm": "^6.14.5",
"prettier": "^2.0.5"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/template": "^7.10.3",
"css": "^2.2.4",
"glob": "^7.1.6",
"recast": "^0.19.1"
}
}