-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.25 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "CustomTile",
"private": true,
"version": "0.0.1",
"description": "Tiled custom tile builder",
"main": "./src/app.js",
"scripts": {
"start": "npm run open-browser && npm run start-express",
"start-express": "nodemon index.js -e js,hjs",
"open-browser": "node open-browser.js",
"start-webpack": "webpack",
"start-webpack-dist": "webpack -p --config webpack-production.config.js",
"lint": "eslint ./src"
},
"author": "TiledCo",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"base64-js": "^1.2.0",
"comma-number": "^1.1.0",
"eslint": "^3.18.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-react": "^6.10.3",
"node-libs-browser": "^2.0.0",
"open": "0.0.5",
"preact": "^7.2.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"reactcss": "^1.2.2",
"strip-loader": "^0.1.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"express": "^4.15.2",
"hjs": "0.0.6",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"normalize.css": "^6.0.0",
"pageres": "^4.4.0"
}
}