-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 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
{
"name": "pfft-jss",
"version": "1.0.1",
"description": "pfft-jss is a tiny utility library to help you style your components.",
"main": "dist/pfft.js",
"module": "src/index.js",
"scripts": {
"test": "jest",
"build": "webpack"
},
"author": "Aaron Goin",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"flow-bin": "^0.82.0",
"flow-typed": "^2.5.1",
"jest": "^22.4.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"jest": {
"testURL": "http://localhost/",
"testPathIgnorePatterns": [
"/node_modules/"
]
}
}