-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
37
38
39
40
41
42
43
{
"name": "pmvc_react_checkout",
"version": "0.0.1",
"description": "React checkout, shopping cart, etc",
"repository": "react-atomic/react-atomic-organism",
"main": "./build/src/index.js",
"keywords": [
"react",
"react-component"
],
"author": "Hill <hill@kimo.com>",
"license": "MIT",
"dependencies": {
"organism-react-ajax": "*",
"organism-react-popup": "*",
"react-atomic-molecule": "*",
"reshow": "*",
"ricon": "*"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.5",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"react": "^15.x",
"react-dom": "^15.x"
},
"scripts": {
"build": "rm -rf build && BABEL_ENV=build babel ui -d build/ui && BABEL_ENV=build babel src -d build/src",
"prepublish": "npm run build"
},
"files": [
"build",
"package.json",
"README.md"
]
}