-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "liquid-route",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"module": "index.js",
"scripts": {
"build": "npm run pretty && webpack -p",
"pretty": "./node_modules/.bin/prettier --single-quote --write **/*.js **/*.jsx",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateekbh/Liquid.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prateekbh/Liquid/issues"
},
"homepage": "https://github.com/prateekbh/Liquid#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-node-env-inline": "0.0.2",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-polyfill": "^6.22.0",
"babel-preset-babili": "0.0.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-minimal": "^2.1.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-regenerator-runtime": "^6.5.0",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"postcss-loader": "^2.0.5",
"preact": "^8.1.0",
"preact-router": "^2.5.2",
"prettier": "^1.4.4",
"style-loader": "^0.18.1",
"webpack": "^3.0.0"
},
"dependencies": {
"preact-async-route": "^2.0.0",
"preact-css-transition-group": "^1.2.0",
"preact-transition-group": "^1.1.1"
}
}