-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 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
{
"name": "styled-ax",
"description": "styled-components theme property accessor",
"version": "1.1.1",
"main": "dist/styled-ax.min.js",
"module": "dist/styled-ax.es2015.js",
"scripts": {
"dev": "jest --watch",
"test": "jest",
"build-module": "babel -o dist/styled-ax.es2015.js ./src/index.js",
"build": "npm run build-module && webpack --config ./webpack.config.js"
},
"keywords": [
"styled-components",
"theme",
"syled-ax"
],
"repository": "https://github.com/Lokua/styled-ax.git",
"author": "Joshua Kleckner <[email protected]> (https://github.com/lokua)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.1.8",
"jest": "^18.1.0",
"webpack": "^2.2.1"
},
"dependencies": {}
}