-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 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
{
"name": "shared-store-react-apps",
"version": "1.0.0",
"description": "drive multiple react apps from a single mobx store",
"main": "README.md",
"scripts": {
"eslint": "eslint --init",
"server": "http-server ./ThirdPartySite",
"DevbundleSelectNameWidget": "webpack --config Features/SelectNameWidget/SelectNameWidgetDevConfig.js --watch",
"ProdbundleSelectNameWidget": "NODE_ENV=production && webpack --config Features/SelectNameWidget/SelectNameWidgetProdConfig.js"
},
"keywords": [
"react"
],
"author": "Murray Smart",
"license": "ISC",
"dependencies": {
"mobx": "^2.1.6",
"mobx-react": "^3.1.0",
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"file-loader": "^0.8.5",
"http-server": "^0.9.0",
"postcss": "^5.0.21",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0"
}
}