-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 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
{
"name": "tandem-user-guide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "paperclip-react-compiler src/**/*.pc --definition --write; webpack",
"build:watch": "concurrently 'paperclip-react-compiler \"src/**/*.pc\" --definition --write --watch' 'webpack-dev-server --port=8080 --open'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tandemcode/tandem-react-starter-kit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tandemcode/tandem-react-starter-kit/issues"
},
"homepage": "https://github.com/tandemcode/tandem-react-starter-kit#readme",
"devDependencies": {
"concurrently": "^4.0.1",
"html-webpack-plugin": "^3.2.0",
"paperclip-react-loader": "^10.0.10",
"@types/react": "^16.7.3",
"@types/react-dom": "^16.0.9",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"paperclip-react-compiler": "^10.0.36",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
}
}