-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.07 KB
/
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
{
"name": "react-classname-prefix-loader",
"version": "1.0.7",
"description": "A Webpack loader that prefixes classes with custom prefix in React components",
"main": "lib/index.js",
"scripts": {
"prepublish": "babel --optional runtime src --out-dir lib",
"postpublish": "rm -rf lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vezetvsem/react-classname-prefix-loader.git"
},
"keywords": [
"react",
"webpack"
],
"author": "Anton Sivogrivov",
"license": "MIT",
"bugs": {
"url": "https://github.com/vezetvsem/react-classname-prefix-loader/issues"
},
"homepage": "https://github.com/vezetvsem/react-classname-prefix-loader#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0"
}
}